Html Css Color HEX #F32336 Alizarin

📋 copy color: '#F32336'

red 243 ◦ green 35 ◦ blue 54

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

Shades of Alizarin #F32336

Tints of Alizarin #F32336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.54%

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

R = 73.19%
G = 10.54%
B = 16.27%

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

#F32336 (or 0xF32336) is known color: Alizarin. HEX triplet: F3, 23 and 36. RGB value is (243,35,54). Sum of RGB (Red+Green+Blue) = 243+35+54=332 (43% of max value = 765). Red value is 243 (95.31% from 255 or 73.19% from 332); Green value is 35 (14.06% from 255 or 10.54% from 332); Blue value is 54 (21.48% from 255 or 16.27% from 332); Max value from RGB is 243 - color contains mainly: red. Hex color #F32336 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32336 is #0CDCC9. Grayscale: #636363. Windows color (decimal): -842954 or 3548147. OLE color: 3548147.

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

Color convert

RGB 243 35 54 -
CMYK 0 0.86 0.78 0.05
HSL 354.52º 0.9% 0.55% -
HSV(B) 354.52º 0.86% 0.95% -
XYZ 38.23 20.52 5.44 -
YUV 99.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 243 35 54 0 0.86 0.78 0.05 354.52 0.9 0.55
Hex F3 23 36 0 56 4E 5 163 5A 37
Octal 363 43 66 0 126 116 5 543 132 67
Binary 11110011 100011 110110 0 1010110 1001110 101 101100011 1011010 110111

Color Harmonies of #F32336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32336

Black with #F32336

Text Example


Text Example

White with #F32336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32336; }

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

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

background-color css

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

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

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

border-color css

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

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

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