Html Css Color HEX #F0110B Red

📋 copy color: '#F0110B'

red 240 ◦ green 17 ◦ blue 11

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

Shades of Red #F0110B

Tints of Red #F0110B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 89.55%
G = 6.34%
B = 4.1%

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

#F0110B (or 0xF0110B) is known color: Red. HEX triplet: F0, 11 and 0B. RGB value is (240,17,11). Sum of RGB (Red+Green+Blue) = 240+17+11=268 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.55% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 240 - color contains mainly: red. Hex color #F0110B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0110B is #0FEEF4. Grayscale: #535353. Windows color (decimal): -1044213 or 725488. OLE color: 725488.

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

Color convert

RGB 240 17 11 -
CMYK 0 0.93 0.95 0.06
HSL 1.57º 0.91% 0.49% -
HSV(B) 1.57º 0.95% 0.94% -
XYZ 36.2 18.95 2.07 -
YUV 82.99 87.38 239.99 -
System Red Green Blue C M Y K H S L
Decimal 240 17 11 0 0.93 0.95 0.06 1.57 0.91 0.49
Hex F0 11 B 0 5D 5F 6 2 5B 31
Octal 360 21 13 0 135 137 6 2 133 61
Binary 11110000 10001 1011 0 1011101 1011111 110 10 1011011 110001

Color Harmonies of #F0110B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0110B

Black with #F0110B

Text Example


Text Example

White with #F0110B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0110B; }

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

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

background-color css

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

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

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

border-color css

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

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

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