Html Css Color HEX #F32032 Alizarin

📋 copy color: '#F32032'

red 243 ◦ green 32 ◦ blue 50

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

Shades of Alizarin #F32032

Tints of Alizarin #F32032

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.85%

 BLUE value IS 50 (19.92% from 255) = 15.38%

R = 74.77%
G = 9.85%
B = 15.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F32032 (or 0xF32032) is known color: Alizarin. HEX triplet: F3, 20 and 32. RGB value is (243,32,50). Sum of RGB (Red+Green+Blue) = 243+32+50=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 32 (12.89% from 255 or 9.85% from 325); Blue value is 50 (19.92% from 255 or 15.38% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F32032 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32032 is #0CDFCD. Grayscale: #616161. Windows color (decimal): -843726 or 3285235. OLE color: 3285235.

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

Color convert

RGB 243 32 50 -
CMYK 0 0.87 0.79 0.05
HSL 354.88º 0.9% 0.54% -
HSV(B) 354.88º 0.87% 0.95% -
XYZ 38.05 20.32 4.93 -
YUV 97.14 101.4 232.04 -
System Red Green Blue C M Y K H S L
Decimal 243 32 50 0 0.87 0.79 0.05 354.88 0.9 0.54
Hex F3 20 32 0 57 4F 5 163 5A 36
Octal 363 40 62 0 127 117 5 543 132 66
Binary 11110011 100000 110010 0 1010111 1001111 101 101100011 1011010 110110

Color Harmonies of #F32032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32032

Black with #F32032

Text Example


Text Example

White with #F32032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32032; }

 p { color: rgb(243,32,50); }

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

background-color css

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

 a { background-color: rgb(243,32,50); }

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

border-color css

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

 span { border-color: rgb(243,32,50); }

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