Html Css Color HEX #F32A37 Alizarin

📋 copy color: '#F32A37'

red 243 ◦ green 42 ◦ blue 55

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

Shades of Alizarin #F32A37

Tints of Alizarin #F32A37

RGB

 RED value IS 243 (95.31% from 255) = 71.47%

 GREEN value IS 42 (16.8% from 255) = 12.35%

 BLUE value IS 55 (21.88% from 255) = 16.18%

R = 71.47%
G = 12.35%
B = 16.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.77

 K value IS 0.05

RGB Variations

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

Color information

#F32A37 (or 0xF32A37) is known color: Alizarin. HEX triplet: F3, 2A and 37. RGB value is (243,42,55). Sum of RGB (Red+Green+Blue) = 243+42+55=340 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.47% from 340); Green value is 42 (16.80% from 255 or 12.35% from 340); Blue value is 55 (21.88% from 255 or 16.18% from 340); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A37 is #0CD5C8. Grayscale: #676767. Windows color (decimal): -841161 or 3615475. OLE color: 3615475.

HSL color Cylindrical-coordinate representation of color #F32A37: hue angle of 356.12º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F32A37 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 42 55 -
CMYK 0 0.83 0.77 0.05
HSL 356.12º 0.89% 0.56% -
HSV(B) 356.12º 0.83% 0.95% -
XYZ 38.48 20.99 5.64 -
YUV 103.58 100.59 227.44 -
System Red Green Blue C M Y K H S L
Decimal 243 42 55 0 0.83 0.77 0.05 356.12 0.89 0.56
Hex F3 2A 37 0 53 4D 5 164 59 38
Octal 363 52 67 0 123 115 5 544 131 70
Binary 11110011 101010 110111 0 1010011 1001101 101 101100100 1011001 111000

Color Harmonies of #F32A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A37

Black with #F32A37

Text Example


Text Example

White with #F32A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A37; }

 p { color: rgb(243,42,55); }

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

background-color css

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

 a { background-color: rgb(243,42,55); }

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

border-color css

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

 span { border-color: rgb(243,42,55); }

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