Html Css Color HEX #F02C37 Alizarin

📋 copy color: '#F02C37'

red 240 ◦ green 44 ◦ blue 55

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

Shades of Alizarin #F02C37

Tints of Alizarin #F02C37

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.98%

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 70.8%
G = 12.98%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.06

RGB Variations

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

Color information

#F02C37 (or 0xF02C37) is known color: Alizarin. HEX triplet: F0, 2C and 37. RGB value is (240,44,55). Sum of RGB (Red+Green+Blue) = 240+44+55=339 (44% of max value = 765). Red value is 240 (94.14% from 255 or 70.80% from 339); Green value is 44 (17.58% from 255 or 12.98% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 240 - color contains mainly: red. Hex color #F02C37 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F02C37 is #0FD3C8. Grayscale: #686868. Windows color (decimal): -1037257 or 3615984. OLE color: 3615984.

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

Color convert

RGB 240 44 55 -
CMYK 0 0.82 0.77 0.06
HSL 356.63º 0.87% 0.56% -
HSV(B) 356.63º 0.82% 0.94% -
XYZ 37.53 20.6 5.61 -
YUV 103.86 100.43 225.11 -
System Red Green Blue C M Y K H S L
Decimal 240 44 55 0 0.82 0.77 0.06 356.63 0.87 0.56
Hex F0 2C 37 0 52 4D 6 165 57 38
Octal 360 54 67 0 122 115 6 545 127 70
Binary 11110000 101100 110111 0 1010010 1001101 110 101100101 1010111 111000

Color Harmonies of #F02C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F02C37

Black with #F02C37

Text Example


Text Example

White with #F02C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F02C37; }

 p { color: rgb(240,44,55); }

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

background-color css

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

 a { background-color: rgb(240,44,55); }

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

border-color css

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

 span { border-color: rgb(240,44,55); }

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