Html Css Color HEX #F32136 Alizarin

📋 copy color: '#F32136'

red 243 ◦ green 33 ◦ blue 54

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

Shades of Alizarin #F32136

Tints of Alizarin #F32136

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10%

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

R = 73.64%
G = 10%
B = 16.36%

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

#F32136 (or 0xF32136) is known color: Alizarin. HEX triplet: F3, 21 and 36. RGB value is (243,33,54). Sum of RGB (Red+Green+Blue) = 243+33+54=330 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.64% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 54 (21.48% from 255 or 16.36% from 330); Max value from RGB is 243 - color contains mainly: red. Hex color #F32136 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32136 is #0CDEC9. Grayscale: #626262. Windows color (decimal): -843466 or 3547635. OLE color: 3547635.

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

Color convert

RGB 243 33 54 -
CMYK 0 0.86 0.78 0.05
HSL 354º 0.9% 0.54% -
HSV(B) 354º 0.86% 0.95% -
XYZ 38.17 20.41 5.42 -
YUV 98.18 103.07 231.29 -
System Red Green Blue C M Y K H S L
Decimal 243 33 54 0 0.86 0.78 0.05 354 0.9 0.54
Hex F3 21 36 0 56 4E 5 162 5A 36
Octal 363 41 66 0 126 116 5 542 132 66
Binary 11110011 100001 110110 0 1010110 1001110 101 101100010 1011010 110110

Color Harmonies of #F32136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32136

Black with #F32136

Text Example


Text Example

White with #F32136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32136; }

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

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

background-color css

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

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

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

border-color css

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

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

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