Html Css Color HEX #F32A2C Alizarin

📋 copy color: '#F32A2C'

red 243 ◦ green 42 ◦ blue 44

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

Shades of Alizarin #F32A2C

Tints of Alizarin #F32A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.37%

R = 73.86%
G = 12.77%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.82

 K value IS 0.05

RGB Variations

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

Color information

#F32A2C (or 0xF32A2C) is known color: Alizarin. HEX triplet: F3, 2A and 2C. RGB value is (243,42,44). Sum of RGB (Red+Green+Blue) = 243+42+44=329 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.86% from 329); Green value is 42 (16.80% from 255 or 12.77% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A2C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A2C is #0CD5D3. Grayscale: #666666. Windows color (decimal): -841172 or 2894579. OLE color: 2894579.

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

Color convert

RGB 243 42 44 -
CMYK 0 0.83 0.82 0.05
HSL 359.4º 0.89% 0.56% -
HSV(B) 359.4º 0.83% 0.95% -
XYZ 38.24 20.89 4.4 -
YUV 102.33 95.09 228.34 -
System Red Green Blue C M Y K H S L
Decimal 243 42 44 0 0.83 0.82 0.05 359.4 0.89 0.56
Hex F3 2A 2C 0 53 52 5 167 59 38
Octal 363 52 54 0 123 122 5 547 131 70
Binary 11110011 101010 101100 0 1010011 1010010 101 101100111 1011001 111000

Color Harmonies of #F32A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A2C

Black with #F32A2C

Text Example


Text Example

White with #F32A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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