Html Css Color HEX #F42128 Alizarin

📋 copy color: '#F42128'

red 244 ◦ green 33 ◦ blue 40

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

Shades of Alizarin #F42128

Tints of Alizarin #F42128

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.41%

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

R = 76.97%
G = 10.41%
B = 12.62%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#F42128 (or 0xF42128) is known color: Alizarin. HEX triplet: F4, 21 and 28. RGB value is (244,33,40). Sum of RGB (Red+Green+Blue) = 244+33+40=317 (41% of max value = 765). Red value is 244 (95.70% from 255 or 76.97% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 40 (16.02% from 255 or 12.62% from 317); Max value from RGB is 244 - color contains mainly: red. Hex color #F42128 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F42128 is #0BDED7. Grayscale: #616161. Windows color (decimal): -777944 or 2630132. OLE color: 2630132.

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

Color convert

RGB 244 33 40 -
CMYK 0 0.86 0.84 0.04
HSL 358.01º 0.91% 0.54% -
HSV(B) 358.01º 0.86% 0.96% -
XYZ 38.24 20.47 3.94 -
YUV 96.89 95.9 232.93 -
System Red Green Blue C M Y K H S L
Decimal 244 33 40 0 0.86 0.84 0.04 358.01 0.91 0.54
Hex F4 21 28 0 56 54 4 166 5B 36
Octal 364 41 50 0 126 124 4 546 133 66
Binary 11110100 100001 101000 0 1010110 1010100 100 101100110 1011011 110110

Color Harmonies of #F42128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42128

Black with #F42128

Text Example


Text Example

White with #F42128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42128; }

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

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

background-color css

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

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

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

border-color css

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

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

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