Html Css Color HEX #F0110D Red

📋 copy color: '#F0110D'

red 240 ◦ green 17 ◦ blue 13

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

Shades of Red #F0110D

Tints of Red #F0110D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.3%

 BLUE value IS 13 (5.47% from 255) = 4.81%

R = 88.89%
G = 6.3%
B = 4.81%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.95

 K value IS 0.06

RGB Variations

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

Color information

#F0110D (or 0xF0110D) is known color: Red. HEX triplet: F0, 11 and 0D. RGB value is (240,17,13). Sum of RGB (Red+Green+Blue) = 240+17+13=270 (35% of max value = 765). Red value is 240 (94.14% from 255 or 88.89% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 240 - color contains mainly: red. Hex color #F0110D is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0110D is #0FEEF2. Grayscale: #535353. Windows color (decimal): -1044211 or 856560. OLE color: 856560.

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

Color convert

RGB 240 17 13 -
CMYK 0 0.93 0.95 0.06
HSL 1.06º 0.9% 0.5% -
HSV(B) 1.06º 0.95% 0.94% -
XYZ 36.21 18.96 2.13 -
YUV 83.22 88.38 239.83 -
System Red Green Blue C M Y K H S L
Decimal 240 17 13 0 0.93 0.95 0.06 1.06 0.9 0.5
Hex F0 11 D 0 5D 5F 6 1 5A 32
Octal 360 21 15 0 135 137 6 1 132 62
Binary 11110000 10001 1101 0 1011101 1011111 110 1 1011010 110010

Color Harmonies of #F0110D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0110D

Black with #F0110D

Text Example


Text Example

White with #F0110D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0110D; }

 p { color: rgb(240,17,13); }

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

background-color css

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

 a { background-color: rgb(240,17,13); }

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

border-color css

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

 span { border-color: rgb(240,17,13); }

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