Html Css Color HEX #F32A33 Alizarin

📋 copy color: '#F32A33'

red 243 ◦ green 42 ◦ blue 51

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

Shades of Alizarin #F32A33

Tints of Alizarin #F32A33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 15.18%

R = 72.32%
G = 12.5%
B = 15.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F32A33 (or 0xF32A33) is known color: Alizarin. HEX triplet: F3, 2A and 33. RGB value is (243,42,51). Sum of RGB (Red+Green+Blue) = 243+42+51=336 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.32% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 51 (20.31% from 255 or 15.18% from 336); Max value from RGB is 243 - color contains mainly: red. Hex color #F32A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32A33 is #0CD5CC. Grayscale: #676767. Windows color (decimal): -841165 or 3353331. OLE color: 3353331.

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

Color convert

RGB 243 42 51 -
CMYK 0 0.83 0.79 0.05
HSL 357.31º 0.89% 0.56% -
HSV(B) 357.31º 0.83% 0.95% -
XYZ 38.39 20.95 5.15 -
YUV 103.13 98.59 227.77 -
System Red Green Blue C M Y K H S L
Decimal 243 42 51 0 0.83 0.79 0.05 357.31 0.89 0.56
Hex F3 2A 33 0 53 4F 5 165 59 38
Octal 363 52 63 0 123 117 5 545 131 70
Binary 11110011 101010 110011 0 1010011 1001111 101 101100101 1011001 111000

Color Harmonies of #F32A33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32A33

Black with #F32A33

Text Example


Text Example

White with #F32A33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32A33; }

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

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

background-color css

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

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

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

border-color css

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

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

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