Html Css Color HEX #F32229 Alizarin

📋 copy color: '#F32229'

red 243 ◦ green 34 ◦ blue 41

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

Shades of Alizarin #F32229

Tints of Alizarin #F32229

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.89%

R = 76.42%
G = 10.69%
B = 12.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F32229 (or 0xF32229) is known color: Alizarin. HEX triplet: F3, 22 and 29. RGB value is (243,34,41). Sum of RGB (Red+Green+Blue) = 243+34+41=318 (42% of max value = 765). Red value is 243 (95.31% from 255 or 76.42% from 318); Green value is 34 (13.67% from 255 or 10.69% from 318); Blue value is 41 (16.41% from 255 or 12.89% from 318); Max value from RGB is 243 - color contains mainly: red. Hex color #F32229 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32229 is #0CDDD6. Grayscale: #616161. Windows color (decimal): -843223 or 2695923. OLE color: 2695923.

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

Color convert

RGB 243 34 41 -
CMYK 0 0.86 0.83 0.05
HSL 357.99º 0.9% 0.54% -
HSV(B) 357.99º 0.86% 0.95% -
XYZ 37.93 20.36 4.03 -
YUV 97.29 96.24 231.93 -
System Red Green Blue C M Y K H S L
Decimal 243 34 41 0 0.86 0.83 0.05 357.99 0.9 0.54
Hex F3 22 29 0 56 53 5 166 5A 36
Octal 363 42 51 0 126 123 5 546 132 66
Binary 11110011 100010 101001 0 1010110 1010011 101 101100110 1011010 110110

Color Harmonies of #F32229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32229

Black with #F32229

Text Example


Text Example

White with #F32229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32229; }

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

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

background-color css

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

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

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

border-color css

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

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

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