Html Css Color HEX #F0110F Red

📋 copy color: '#F0110F'

red 240 ◦ green 17 ◦ blue 15

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

Shades of Red #F0110F

Tints of Red #F0110F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 88.24%
G = 6.25%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#F0110F (or 0xF0110F) is known color: Red. HEX triplet: F0, 11 and 0F. RGB value is (240,17,15). Sum of RGB (Red+Green+Blue) = 240+17+15=272 (36% of max value = 765). Red value is 240 (94.14% from 255 or 88.24% from 272); Green value is 17 (7.03% from 255 or 6.25% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 240 - color contains mainly: red. Hex color #F0110F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0110F is #0FEEF0. Grayscale: #535353. Windows color (decimal): -1044209 or 987632. OLE color: 987632.

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

Color convert

RGB 240 17 15 -
CMYK 0 0.93 0.94 0.06
HSL 0.53º 0.88% 0.5% -
HSV(B) 0.53º 0.94% 0.94% -
XYZ 36.22 18.96 2.2 -
YUV 83.45 89.38 239.66 -
System Red Green Blue C M Y K H S L
Decimal 240 17 15 0 0.93 0.94 0.06 0.53 0.88 0.5
Hex F0 11 F 0 5D 5E 6 1 58 32
Octal 360 21 17 0 135 136 6 1 130 62
Binary 11110000 10001 1111 0 1011101 1011110 110 1 1011000 110010

Color Harmonies of #F0110F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0110F

Black with #F0110F

Text Example


Text Example

White with #F0110F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0110F; }

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

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

background-color css

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

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

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

border-color css

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

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

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