Html Css Color HEX #F0110C Red

📋 copy color: '#F0110C'

red 240 ◦ green 17 ◦ blue 12

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

Shades of Red #F0110C

Tints of Red #F0110C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.46%

R = 89.22%
G = 6.32%
B = 4.46%

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

#F0110C (or 0xF0110C) is known color: Red. HEX triplet: F0, 11 and 0C. RGB value is (240,17,12). Sum of RGB (Red+Green+Blue) = 240+17+12=269 (35% of max value = 765). Red value is 240 (94.14% from 255 or 89.22% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 12 (5.08% from 255 or 4.46% from 269); Max value from RGB is 240 - color contains mainly: red. Hex color #F0110C is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F0110C is #0FEEF3. Grayscale: #535353. Windows color (decimal): -1044212 or 791024. OLE color: 791024.

HSL color Cylindrical-coordinate representation of color #F0110C: hue angle of 1.32º degrees, saturation: 0.9, 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 #F0110C is Cyan = 0, Magento = 0.93, Yellow = 0.95 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 17 12 -
CMYK 0 0.93 0.95 0.06
HSL 1.32º 0.9% 0.49% -
HSV(B) 1.32º 0.95% 0.94% -
XYZ 36.2 18.95 2.1 -
YUV 83.11 87.88 239.91 -
System Red Green Blue C M Y K H S L
Decimal 240 17 12 0 0.93 0.95 0.06 1.32 0.9 0.49
Hex F0 11 C 0 5D 5F 6 1 5A 31
Octal 360 21 14 0 135 137 6 1 132 61
Binary 11110000 10001 1100 0 1011101 1011111 110 1 1011010 110001

Color Harmonies of #F0110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0110C

Black with #F0110C

Text Example


Text Example

White with #F0110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0110C; }

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

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

background-color css

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

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

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

border-color css

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

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

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