Html Css Color HEX #F42028 Alizarin

📋 copy color: '#F42028'

red 244 ◦ green 32 ◦ blue 40

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

Shades of Alizarin #F42028

Tints of Alizarin #F42028

RGB

 RED value IS 244 (95.7% from 255) = 77.22%

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

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

R = 77.22%
G = 10.13%
B = 12.66%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42028 (or 0xF42028) is known color: Alizarin. HEX triplet: F4, 20 and 28. RGB value is (244,32,40). Sum of RGB (Red+Green+Blue) = 244+32+40=316 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.22% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 40 (16.02% from 255 or 12.66% from 316); Max value from RGB is 244 - color contains mainly: red. Hex color #F42028 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42028 is #0BDFD7. Grayscale: #606060. Windows color (decimal): -778200 or 2629876. OLE color: 2629876.

HSL color Cylindrical-coordinate representation of color #F42028: hue angle of 357.74º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42028 is Cyan = 0, Magento = 0.87, Yellow = 0.84 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 32 40 -
CMYK 0 0.87 0.84 0.04
HSL 357.74º 0.91% 0.54% -
HSV(B) 357.74º 0.87% 0.96% -
XYZ 38.21 20.42 3.94 -
YUV 96.3 96.24 233.35 -
System Red Green Blue C M Y K H S L
Decimal 244 32 40 0 0.87 0.84 0.04 357.74 0.91 0.54
Hex F4 20 28 0 57 54 4 166 5B 36
Octal 364 40 50 0 127 124 4 546 133 66
Binary 11110100 100000 101000 0 1010111 1010100 100 101100110 1011011 110110

Color Harmonies of #F42028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42028

Black with #F42028

Text Example


Text Example

White with #F42028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42028; }

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

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

background-color css

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

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

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

border-color css

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

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

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