Html Css Color HEX #F32936 Alizarin

📋 copy color: '#F32936'

red 243 ◦ green 41 ◦ blue 54

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

Shades of Alizarin #F32936

Tints of Alizarin #F32936

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.13%

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

R = 71.89%
G = 12.13%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32936 (or 0xF32936) is known color: Alizarin. HEX triplet: F3, 29 and 36. RGB value is (243,41,54). Sum of RGB (Red+Green+Blue) = 243+41+54=338 (44% of max value = 765). Red value is 243 (95.31% from 255 or 71.89% from 338); Green value is 41 (16.41% from 255 or 12.13% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 243 - color contains mainly: red. Hex color #F32936 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32936 is #0CD6C9. Grayscale: #676767. Windows color (decimal): -841418 or 3549683. OLE color: 3549683.

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

Color convert

RGB 243 41 54 -
CMYK 0 0.83 0.78 0.05
HSL 356.14º 0.89% 0.56% -
HSV(B) 356.14º 0.83% 0.95% -
XYZ 38.42 20.91 5.5 -
YUV 102.88 100.42 227.94 -
System Red Green Blue C M Y K H S L
Decimal 243 41 54 0 0.83 0.78 0.05 356.14 0.89 0.56
Hex F3 29 36 0 53 4E 5 164 59 38
Octal 363 51 66 0 123 116 5 544 131 70
Binary 11110011 101001 110110 0 1010011 1001110 101 101100100 1011001 111000

Color Harmonies of #F32936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32936

Black with #F32936

Text Example


Text Example

White with #F32936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32936; }

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

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

background-color css

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

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

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

border-color css

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

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

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