Html Css Color HEX #F02527 Alizarin

📋 copy color: '#F02527'

red 240 ◦ green 37 ◦ blue 39

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

Shades of Alizarin #F02527

Tints of Alizarin #F02527

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.71%

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

R = 75.95%
G = 11.71%
B = 12.34%

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

#F02527 (or 0xF02527) is known color: Alizarin. HEX triplet: F0, 25 and 27. RGB value is (240,37,39). Sum of RGB (Red+Green+Blue) = 240+37+39=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 37 (14.84% from 255 or 11.71% from 316); Blue value is 39 (15.62% from 255 or 12.34% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F02527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02527 is #0FDAD8. Grayscale: #626262. Windows color (decimal): -1039065 or 2565616. OLE color: 2565616.

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

Color convert

RGB 240 37 39 -
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.96 19.99 3.83 -
YUV 97.93 94.75 229.34 -
System Red Green Blue C M Y K H S L
Decimal 240 37 39 0 0.85 0.84 0.06 359.41 0.87 0.54
Hex F0 25 27 0 55 54 6 167 57 36
Octal 360 45 47 0 125 124 6 547 127 66
Binary 11110000 100101 100111 0 1010101 1010100 110 101100111 1010111 110110

Color Harmonies of #F02527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02527

Black with #F02527

Text Example


Text Example

White with #F02527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02527; }

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

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

background-color css

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

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

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

border-color css

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

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

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