Html Css Color HEX #F02427 Alizarin

📋 copy color: '#F02427'

red 240 ◦ green 36 ◦ blue 39

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

Shades of Alizarin #F02427

Tints of Alizarin #F02427

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12.38%

R = 76.19%
G = 11.43%
B = 12.38%

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

#F02427 (or 0xF02427) is known color: Alizarin. HEX triplet: F0, 24 and 27. RGB value is (240,36,39). Sum of RGB (Red+Green+Blue) = 240+36+39=315 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.19% from 315); Green value is 36 (14.45% from 255 or 11.43% from 315); Blue value is 39 (15.62% from 255 or 12.38% from 315); Max value from RGB is 240 - color contains mainly: red. Hex color #F02427 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02427 is #0FDBD8. Grayscale: #616161. Windows color (decimal): -1039321 or 2565360. OLE color: 2565360.

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

Color convert

RGB 240 36 39 -
CMYK 0 0.85 0.84 0.06
HSL 359.12º 0.87% 0.54% -
HSV(B) 359.12º 0.85% 0.94% -
XYZ 36.93 19.93 3.82 -
YUV 97.34 95.09 229.76 -
System Red Green Blue C M Y K H S L
Decimal 240 36 39 0 0.85 0.84 0.06 359.12 0.87 0.54
Hex F0 24 27 0 55 54 6 167 57 36
Octal 360 44 47 0 125 124 6 547 127 66
Binary 11110000 100100 100111 0 1010101 1010100 110 101100111 1010111 110110

Color Harmonies of #F02427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02427

Black with #F02427

Text Example


Text Example

White with #F02427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02427; }

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

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

background-color css

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

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

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

border-color css

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

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

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