Html Css Color HEX #F32228 Alizarin

📋 copy color: '#F32228'

red 243 ◦ green 34 ◦ blue 40

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

Shades of Alizarin #F32228

Tints of Alizarin #F32228

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.73%

 BLUE value IS 40 (16.02% from 255) = 12.62%

R = 76.66%
G = 10.73%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32228 (or 0xF32228) is known color: Alizarin. HEX triplet: F3, 22 and 28. RGB value is (243,34,40). Sum of RGB (Red+Green+Blue) = 243+34+40=317 (41% of max value = 765). Red value is 243 (95.31% from 255 or 76.66% from 317); Green value is 34 (13.67% from 255 or 10.73% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 243 - color contains mainly: red. Hex color #F32228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32228 is #0CDDD7. Grayscale: #616161. Windows color (decimal): -843224 or 2630387. OLE color: 2630387.

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

Color convert

RGB 243 34 40 -
CMYK 0 0.86 0.84 0.05
HSL 358.28º 0.9% 0.54% -
HSV(B) 358.28º 0.86% 0.95% -
XYZ 37.92 20.35 3.94 -
YUV 97.18 95.74 232.01 -
System Red Green Blue C M Y K H S L
Decimal 243 34 40 0 0.86 0.84 0.05 358.28 0.9 0.54
Hex F3 22 28 0 56 54 5 166 5A 36
Octal 363 42 50 0 126 124 5 546 132 66
Binary 11110011 100010 101000 0 1010110 1010100 101 101100110 1011010 110110

Color Harmonies of #F32228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32228

Black with #F32228

Text Example


Text Example

White with #F32228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32228; }

 p { color: rgb(243,34,40); }

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

background-color css

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

 a { background-color: rgb(243,34,40); }

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

border-color css

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

 span { border-color: rgb(243,34,40); }

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