Html Css Color HEX #F32434 Alizarin

📋 copy color: '#F32434'

red 243 ◦ green 36 ◦ blue 52

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

Shades of Alizarin #F32434

Tints of Alizarin #F32434

RGB

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

 GREEN value IS 36 (14.45% from 255) = 10.88%

 BLUE value IS 52 (20.7% from 255) = 15.71%

R = 73.41%
G = 10.88%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F32434 (or 0xF32434) is known color: Alizarin. HEX triplet: F3, 24 and 34. RGB value is (243,36,52). Sum of RGB (Red+Green+Blue) = 243+36+52=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 36 (14.45% from 255 or 10.88% from 331); Blue value is 52 (20.70% from 255 or 15.71% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32434 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32434 is #0CDBCB. Grayscale: #636363. Windows color (decimal): -842700 or 3417331. OLE color: 3417331.

HSL color Cylindrical-coordinate representation of color #F32434: hue angle of 355.36º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F32434 is Cyan = 0, Magento = 0.85, Yellow = 0.79 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 36 52 -
CMYK 0 0.85 0.79 0.05
HSL 355.36º 0.9% 0.55% -
HSV(B) 355.36º 0.85% 0.95% -
XYZ 38.21 20.56 5.2 -
YUV 99.72 101.08 230.2 -
System Red Green Blue C M Y K H S L
Decimal 243 36 52 0 0.85 0.79 0.05 355.36 0.9 0.55
Hex F3 24 34 0 55 4F 5 163 5A 37
Octal 363 44 64 0 125 117 5 543 132 67
Binary 11110011 100100 110100 0 1010101 1001111 101 101100011 1011010 110111

Color Harmonies of #F32434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32434

Black with #F32434

Text Example


Text Example

White with #F32434

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32434; }

 p { color: rgb(243,36,52); }

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

background-color css

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

 a { background-color: rgb(243,36,52); }

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

border-color css

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

 span { border-color: rgb(243,36,52); }

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