Html Css Color HEX #F32232 Alizarin

📋 copy color: '#F32232'

red 243 ◦ green 34 ◦ blue 50

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

Shades of Alizarin #F32232

Tints of Alizarin #F32232

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.4%

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

R = 74.31%
G = 10.4%
B = 15.29%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F32232 (or 0xF32232) is known color: Alizarin. HEX triplet: F3, 22 and 32. RGB value is (243,34,50). Sum of RGB (Red+Green+Blue) = 243+34+50=327 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.31% from 327); Green value is 34 (13.67% from 255 or 10.40% from 327); Blue value is 50 (19.92% from 255 or 15.29% from 327); Max value from RGB is 243 - color contains mainly: red. Hex color #F32232 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32232 is #0CDDCD. Grayscale: #626262. Windows color (decimal): -843214 or 3285747. OLE color: 3285747.

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

Color convert

RGB 243 34 50 -
CMYK 0 0.86 0.79 0.05
HSL 355.41º 0.9% 0.54% -
HSV(B) 355.41º 0.86% 0.95% -
XYZ 38.11 20.43 4.95 -
YUV 98.32 100.74 231.2 -
System Red Green Blue C M Y K H S L
Decimal 243 34 50 0 0.86 0.79 0.05 355.41 0.9 0.54
Hex F3 22 32 0 56 4F 5 163 5A 36
Octal 363 42 62 0 126 117 5 543 132 66
Binary 11110011 100010 110010 0 1010110 1001111 101 101100011 1011010 110110

Color Harmonies of #F32232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32232

Black with #F32232

Text Example


Text Example

White with #F32232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32232; }

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

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

background-color css

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

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

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

border-color css

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

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

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