Html Css Color HEX #F32124 Alizarin

📋 copy color: '#F32124'

red 243 ◦ green 33 ◦ blue 36

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

Shades of Alizarin #F32124

Tints of Alizarin #F32124

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 11.54%

R = 77.88%
G = 10.58%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#F32124 (or 0xF32124) is known color: Alizarin. HEX triplet: F3, 21 and 24. RGB value is (243,33,36). Sum of RGB (Red+Green+Blue) = 243+33+36=312 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.88% from 312); Green value is 33 (13.28% from 255 or 10.58% from 312); Blue value is 36 (14.45% from 255 or 11.54% from 312); Max value from RGB is 243 - color contains mainly: red. Hex color #F32124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32124 is #0CDEDB. Grayscale: #606060. Windows color (decimal): -843484 or 2367987. OLE color: 2367987.

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

Color convert

RGB 243 33 36 -
CMYK 0 0.86 0.85 0.05
HSL 359.14º 0.9% 0.54% -
HSV(B) 359.14º 0.86% 0.95% -
XYZ 37.82 20.27 3.59 -
YUV 96.13 94.07 232.76 -
System Red Green Blue C M Y K H S L
Decimal 243 33 36 0 0.86 0.85 0.05 359.14 0.9 0.54
Hex F3 21 24 0 56 55 5 167 5A 36
Octal 363 41 44 0 126 125 5 547 132 66
Binary 11110011 100001 100100 0 1010110 1010101 101 101100111 1011010 110110

Color Harmonies of #F32124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32124

Black with #F32124

Text Example


Text Example

White with #F32124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32124; }

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

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

background-color css

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

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

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

border-color css

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

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

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