Html Css Color HEX #F0202C Alizarin

📋 copy color: '#F0202C'

red 240 ◦ green 32 ◦ blue 44

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

Shades of Alizarin #F0202C

Tints of Alizarin #F0202C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.13%

 BLUE value IS 44 (17.58% from 255) = 13.92%

R = 75.95%
G = 10.13%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0202C (or 0xF0202C) is known color: Alizarin. HEX triplet: F0, 20 and 2C. RGB value is (240,32,44). Sum of RGB (Red+Green+Blue) = 240+32+44=316 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.95% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 44 (17.58% from 255 or 13.92% from 316); Max value from RGB is 240 - color contains mainly: red. Hex color #F0202C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0202C is #0FDFD3. Grayscale: #5F5F5F. Windows color (decimal): -1040340 or 2892016. OLE color: 2892016.

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

Color convert

RGB 240 32 44 -
CMYK 0 0.87 0.82 0.06
HSL 356.54º 0.87% 0.53% -
HSV(B) 356.54º 0.87% 0.94% -
XYZ 36.91 19.74 4.25 -
YUV 95.56 98.91 231.02 -
System Red Green Blue C M Y K H S L
Decimal 240 32 44 0 0.87 0.82 0.06 356.54 0.87 0.53
Hex F0 20 2C 0 57 52 6 165 57 35
Octal 360 40 54 0 127 122 6 545 127 65
Binary 11110000 100000 101100 0 1010111 1010010 110 101100101 1010111 110101

Color Harmonies of #F0202C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0202C

Black with #F0202C

Text Example


Text Example

White with #F0202C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0202C; }

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

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

background-color css

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

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

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

border-color css

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

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

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