Html Css Color HEX #F32A39 Alizarin

📋 copy color: '#F32A39'

red 243 ◦ green 42 ◦ blue 57

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

Shades of Alizarin #F32A39

Tints of Alizarin #F32A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.67%

R = 71.05%
G = 12.28%
B = 16.67%

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

#F32A39 (or 0xF32A39) is known color: Alizarin. HEX triplet: F3, 2A and 39. RGB value is (243,42,57). Sum of RGB (Red+Green+Blue) = 243+42+57=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 42 (16.80% from 255 or 12.28% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A39 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A39 is #0CD5C6. Grayscale: #676767. Windows color (decimal): -841159 or 3746547. OLE color: 3746547.

HSL color Cylindrical-coordinate representation of color #F32A39: hue angle of 355.52º 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 #F32A39 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 42 57 -
CMYK 0 0.83 0.77 0.05
HSL 355.52º 0.89% 0.56% -
HSV(B) 355.52º 0.83% 0.95% -
XYZ 38.53 21.01 5.89 -
YUV 103.81 101.59 227.28 -
System Red Green Blue C M Y K H S L
Decimal 243 42 57 0 0.83 0.77 0.05 355.52 0.89 0.56
Hex F3 2A 39 0 53 4D 5 164 59 38
Octal 363 52 71 0 123 115 5 544 131 70
Binary 11110011 101010 111001 0 1010011 1001101 101 101100100 1011001 111000

Color Harmonies of #F32A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A39

Black with #F32A39

Text Example


Text Example

White with #F32A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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