Html Css Color HEX #F32236 Alizarin

📋 copy color: '#F32236'

red 243 ◦ green 34 ◦ blue 54

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

Shades of Alizarin #F32236

Tints of Alizarin #F32236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.31%

R = 73.41%
G = 10.27%
B = 16.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32236 (or 0xF32236) is known color: Alizarin. HEX triplet: F3, 22 and 36. RGB value is (243,34,54). Sum of RGB (Red+Green+Blue) = 243+34+54=331 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.41% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 54 (21.48% from 255 or 16.31% from 331); Max value from RGB is 243 - color contains mainly: red. Hex color #F32236 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32236 is #0CDDC9. Grayscale: #626262. Windows color (decimal): -843210 or 3547891. OLE color: 3547891.

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

Color convert

RGB 243 34 54 -
CMYK 0 0.86 0.78 0.05
HSL 354.26º 0.9% 0.54% -
HSV(B) 354.26º 0.86% 0.95% -
XYZ 38.2 20.47 5.43 -
YUV 98.77 102.74 230.87 -
System Red Green Blue C M Y K H S L
Decimal 243 34 54 0 0.86 0.78 0.05 354.26 0.9 0.54
Hex F3 22 36 0 56 4E 5 162 5A 36
Octal 363 42 66 0 126 116 5 542 132 66
Binary 11110011 100010 110110 0 1010110 1001110 101 101100010 1011010 110110

Color Harmonies of #F32236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32236

Black with #F32236

Text Example


Text Example

White with #F32236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32236; }

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

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

background-color css

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

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

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

border-color css

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

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

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