Html Css Color HEX #F02426 Alizarin

📋 copy color: '#F02426'

red 240 ◦ green 36 ◦ blue 38

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

Shades of Alizarin #F02426

Tints of Alizarin #F02426

RGB

 RED value IS 240 (94.14% from 255) = 76.43%

 GREEN value IS 36 (14.45% from 255) = 11.46%

 BLUE value IS 38 (15.23% from 255) = 12.1%

R = 76.43%
G = 11.46%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F02426 (or 0xF02426) is known color: Alizarin. HEX triplet: F0, 24 and 26. RGB value is (240,36,38). Sum of RGB (Red+Green+Blue) = 240+36+38=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 36 (14.45% from 255 or 11.46% from 314); Blue value is 38 (15.23% from 255 or 12.10% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F02426 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02426 is #0FDBD9. Grayscale: #616161. Windows color (decimal): -1039322 or 2499824. OLE color: 2499824.

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

Color convert

RGB 240 36 38 -
CMYK 0 0.85 0.84 0.06
HSL 359.41º 0.87% 0.54% -
HSV(B) 359.41º 0.85% 0.94% -
XYZ 36.92 19.93 3.73 -
YUV 97.22 94.59 229.84 -
System Red Green Blue C M Y K H S L
Decimal 240 36 38 0 0.85 0.84 0.06 359.41 0.87 0.54
Hex F0 24 26 0 55 54 6 167 57 36
Octal 360 44 46 0 125 124 6 547 127 66
Binary 11110000 100100 100110 0 1010101 1010100 110 101100111 1010111 110110

Color Harmonies of #F02426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02426

Black with #F02426

Text Example


Text Example

White with #F02426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02426; }

 p { color: rgb(240,36,38); }

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

background-color css

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

 a { background-color: rgb(240,36,38); }

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

border-color css

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

 span { border-color: rgb(240,36,38); }

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