Html Css Color HEX #F32022 Alizarin

📋 copy color: '#F32022'

red 243 ◦ green 32 ◦ blue 34

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

Shades of Alizarin #F32022

Tints of Alizarin #F32022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 34 (13.67% from 255) = 11%

R = 78.64%
G = 10.36%
B = 11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F32022 (or 0xF32022) is known color: Alizarin. HEX triplet: F3, 20 and 22. RGB value is (243,32,34). Sum of RGB (Red+Green+Blue) = 243+32+34=309 (40% of max value = 765). Red value is 243 (95.31% from 255 or 78.64% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 34 (13.67% from 255 or 11.00% from 309); Max value from RGB is 243 - color contains mainly: red. Hex color #F32022 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32022 is #0CDFDD. Grayscale: #5F5F5F. Windows color (decimal): -843742 or 2236659. OLE color: 2236659.

HSL color Cylindrical-coordinate representation of color #F32022: hue angle of 359.43º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F32022 is Cyan = 0, Magento = 0.87, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 32 34 -
CMYK 0 0.87 0.86 0.05
HSL 359.43º 0.9% 0.54% -
HSV(B) 359.43º 0.87% 0.95% -
XYZ 37.77 20.2 3.42 -
YUV 95.32 93.4 233.34 -
System Red Green Blue C M Y K H S L
Decimal 243 32 34 0 0.87 0.86 0.05 359.43 0.9 0.54
Hex F3 20 22 0 57 56 5 167 5A 36
Octal 363 40 42 0 127 126 5 547 132 66
Binary 11110011 100000 100010 0 1010111 1010110 101 101100111 1011010 110110

Color Harmonies of #F32022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32022

Black with #F32022

Text Example


Text Example

White with #F32022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32022; }

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

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

background-color css

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

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

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

border-color css

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

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

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