Html Css Color HEX #F32D36 Alizarin

📋 copy color: '#F32D36'

red 243 ◦ green 45 ◦ blue 54

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

Shades of Alizarin #F32D36

Tints of Alizarin #F32D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.16%

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

R = 71.05%
G = 13.16%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.05

RGB Variations

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

Color information

#F32D36 (or 0xF32D36) is known color: Alizarin. HEX triplet: F3, 2D and 36. RGB value is (243,45,54). Sum of RGB (Red+Green+Blue) = 243+45+54=342 (45% of max value = 765). Red value is 243 (95.31% from 255 or 71.05% from 342); Green value is 45 (17.97% from 255 or 13.16% from 342); Blue value is 54 (21.48% from 255 or 15.79% from 342); Max value from RGB is 243 - color contains mainly: red. Hex color #F32D36 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32D36 is #0CD2C9. Grayscale: #696969. Windows color (decimal): -840394 or 3550707. OLE color: 3550707.

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

Color convert

RGB 243 45 54 -
CMYK 0 0.81 0.78 0.05
HSL 357.27º 0.89% 0.56% -
HSV(B) 357.27º 0.81% 0.95% -
XYZ 38.57 21.2 5.55 -
YUV 105.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 243 45 54 0 0.81 0.78 0.05 357.27 0.89 0.56
Hex F3 2D 36 0 51 4E 5 165 59 38
Octal 363 55 66 0 121 116 5 545 131 70
Binary 11110011 101101 110110 0 1010001 1001110 101 101100101 1011001 111000

Color Harmonies of #F32D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32D36

Black with #F32D36

Text Example


Text Example

White with #F32D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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