Html Css Color HEX #F4353A Alizarin

📋 copy color: '#F4353A'

red 244 ◦ green 53 ◦ blue 58

#F4353A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Alizarin #F4353A

Tints of Alizarin #F4353A

RGB

 RED value IS 244 (95.7% from 255) = 68.73%

 GREEN value IS 53 (21.09% from 255) = 14.93%

 BLUE value IS 58 (23.05% from 255) = 16.34%

R = 68.73%
G = 14.93%
B = 16.34%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.76

 K value IS 0.04

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#F4353A (or 0xF4353A) is known color: Alizarin. HEX triplet: F4, 35 and 3A. RGB value is (244,53,58). Sum of RGB (Red+Green+Blue) = 244+53+58=355 (47% of max value = 765). Red value is 244 (95.70% from 255 or 68.73% from 355); Green value is 53 (21.09% from 255 or 14.93% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 244 - color contains mainly: red. Hex color #F4353A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4353A is #0BCAC5. Grayscale: #6E6E6E. Windows color (decimal): -772806 or 3814900. OLE color: 3814900.

HSL color Cylindrical-coordinate representation of color #F4353A: hue angle of 358.43º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F4353A is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 53 58 -
CMYK 0 0.78 0.76 0.04
HSL 358.43º 0.9% 0.58% -
HSV(B) 358.43º 0.78% 0.96% -
XYZ 39.35 22.08 6.19 -
YUV 110.68 98.28 223.09 -
System Red Green Blue C M Y K H S L
Decimal 244 53 58 0 0.78 0.76 0.04 358.43 0.9 0.58
Hex F4 35 3A 0 4E 4C 4 166 5A 3A
Octal 364 65 72 0 116 114 4 546 132 72
Binary 11110100 110101 111010 0 1001110 1001100 100 101100110 1011010 111010

Color Harmonies of #F4353A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4353A

Black with #F4353A

Text Example


Text Example

White with #F4353A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4353A; }

 p { color: rgb(244,53,58); }

 H1.HeaderClassName
 {
   color: #F4353A;
 }
 .AnyTagClassName
 {
   color: #F4353A;
 }
</style>

background-color css

<style>
 a { background-color: #F4353A; }

 a { background-color: rgb(244,53,58); }

 div.DivClassName
 {
   background-color: #F4353A;
 }
 .BgClassName
 {
   background-color: #F4353A;
 }
</style>

border-color css

<style>
 span { border-color: #F4353A; }

 span { border-color: rgb(244,53,58); }

 td.TdClassName
 {
   border-color: #F4353A;
 }
 .TagClassName
 {
   border-color: #F4353A;
 }
</style>