Html Css Color HEX #F00110 Venetian Red

📋 copy color: '#F00110'

red 240 ◦ green 1 ◦ blue 16

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

Shades of Venetian Red #F00110

Tints of Venetian Red #F00110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 93.39%
G = 0.39%
B = 6.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F00110 (or 0xF00110) is known color: Venetian Red. HEX triplet: F0, 01 and 10. RGB value is (240,1,16). Sum of RGB (Red+Green+Blue) = 240+1+16=257 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.39% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 240 - color contains mainly: red. Hex color #F00110 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00110 is #0FFEEF. Grayscale: #4A4A4A. Windows color (decimal): -1048304 or 1049072. OLE color: 1049072.

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

Color convert

RGB 240 1 16 -
CMYK 0 1.00 0.93 0.06
HSL 356.23º 0.99% 0.47% -
HSV(B) 356.23º 1% 0.94% -
XYZ 36.04 18.58 2.18 -
YUV 74.17 95.18 246.28 -
System Red Green Blue C M Y K H S L
Decimal 240 1 16 0 1.00 0.93 0.06 356.23 0.99 0.47
Hex F0 1 10 0 64 5D 6 164 63 2F
Octal 360 1 20 0 144 135 6 544 143 57
Binary 11110000 1 10000 0 1100100 1011101 110 101100100 1100011 101111

Color Harmonies of #F00110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00110

Black with #F00110

Text Example


Text Example

White with #F00110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00110; }

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

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

background-color css

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

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

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

border-color css

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

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

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