Html Css Color HEX #F01210 Red

📋 copy color: '#F01210'

red 240 ◦ green 18 ◦ blue 16

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

Shades of Red #F01210

Tints of Red #F01210

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.57%

 BLUE value IS 16 (6.64% from 255) = 5.84%

R = 87.59%
G = 6.57%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F01210 (or 0xF01210) is known color: Red. HEX triplet: F0, 12 and 10. RGB value is (240,18,16). Sum of RGB (Red+Green+Blue) = 240+18+16=274 (36% of max value = 765). Red value is 240 (94.14% from 255 or 87.59% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 240 - color contains mainly: red. Hex color #F01210 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F01210 is #0FEDEF. Grayscale: #545454. Windows color (decimal): -1043952 or 1053424. OLE color: 1053424.

HSL color Cylindrical-coordinate representation of color #F01210: hue angle of 0.54º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01210 is Cyan = 0, Magento = 0.92, Yellow = 0.93 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 18 16 -
CMYK 0 0.92 0.93 0.06
HSL 0.54º 0.88% 0.5% -
HSV(B) 0.54º 0.93% 0.94% -
XYZ 36.25 19 2.25 -
YUV 84.15 89.55 239.16 -
System Red Green Blue C M Y K H S L
Decimal 240 18 16 0 0.92 0.93 0.06 0.54 0.88 0.5
Hex F0 12 10 0 5C 5D 6 1 58 32
Octal 360 22 20 0 134 135 6 1 130 62
Binary 11110000 10010 10000 0 1011100 1011101 110 1 1011000 110010

Color Harmonies of #F01210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F01210

Black with #F01210

Text Example


Text Example

White with #F01210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F01210; }

 p { color: rgb(240,18,16); }

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

background-color css

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

 a { background-color: rgb(240,18,16); }

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

border-color css

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

 span { border-color: rgb(240,18,16); }

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