Html Css Color HEX #F32028 Alizarin

📋 copy color: '#F32028'

red 243 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #F32028

Tints of Alizarin #F32028

RGB

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

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

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

R = 77.14%
G = 10.16%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#F32028 (or 0xF32028) is known color: Alizarin. HEX triplet: F3, 20 and 28. RGB value is (243,32,40). Sum of RGB (Red+Green+Blue) = 243+32+40=315 (41% of max value = 765). Red value is 243 (95.31% from 255 or 77.14% from 315); Green value is 32 (12.89% from 255 or 10.16% from 315); Blue value is 40 (16.02% from 255 or 12.70% from 315); Max value from RGB is 243 - color contains mainly: red. Hex color #F32028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F32028 is #0CDFD7. Grayscale: #606060. Windows color (decimal): -843736 or 2629875. OLE color: 2629875.

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

Color convert

RGB 243 32 40 -
CMYK 0 0.87 0.84 0.05
HSL 357.73º 0.9% 0.54% -
HSV(B) 357.73º 0.87% 0.95% -
XYZ 37.86 20.24 3.92 -
YUV 96 96.4 232.85 -
System Red Green Blue C M Y K H S L
Decimal 243 32 40 0 0.87 0.84 0.05 357.73 0.9 0.54
Hex F3 20 28 0 57 54 5 166 5A 36
Octal 363 40 50 0 127 124 5 546 132 66
Binary 11110011 100000 101000 0 1010111 1010100 101 101100110 1011010 110110

Color Harmonies of #F32028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F32028

Black with #F32028

Text Example


Text Example

White with #F32028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F32028; }

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

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

background-color css

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

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

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

border-color css

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

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

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