Html Css Color HEX #F0202D Alizarin

📋 copy color: '#F0202D'

red 240 ◦ green 32 ◦ blue 45

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

Shades of Alizarin #F0202D

Tints of Alizarin #F0202D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.2%

R = 75.71%
G = 10.09%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.06

RGB Variations

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

Color information

#F0202D (or 0xF0202D) is known color: Alizarin. HEX triplet: F0, 20 and 2D. RGB value is (240,32,45). Sum of RGB (Red+Green+Blue) = 240+32+45=317 (41% of max value = 765). Red value is 240 (94.14% from 255 or 75.71% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 45 (17.97% from 255 or 14.20% from 317); Max value from RGB is 240 - color contains mainly: red. Hex color #F0202D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0202D is #0FDFD2. Grayscale: #5F5F5F. Windows color (decimal): -1040339 or 2957552. OLE color: 2957552.

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

Color convert

RGB 240 32 45 -
CMYK 0 0.87 0.81 0.06
HSL 356.25º 0.87% 0.53% -
HSV(B) 356.25º 0.87% 0.94% -
XYZ 36.93 19.75 4.35 -
YUV 95.67 99.41 230.94 -
System Red Green Blue C M Y K H S L
Decimal 240 32 45 0 0.87 0.81 0.06 356.25 0.87 0.53
Hex F0 20 2D 0 57 51 6 164 57 35
Octal 360 40 55 0 127 121 6 544 127 65
Binary 11110000 100000 101101 0 1010111 1010001 110 101100100 1010111 110101

Color Harmonies of #F0202D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0202D

Black with #F0202D

Text Example


Text Example

White with #F0202D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0202D; }

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

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

background-color css

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

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

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

border-color css

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

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

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