Html Css Color HEX #F00111 Venetian Red

📋 copy color: '#F00111'

red 240 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #F00111

Tints of Venetian Red #F00111

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.59%

R = 93.02%
G = 0.39%
B = 6.59%

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

#F00111 (or 0xF00111) is known color: Venetian Red. HEX triplet: F0, 01 and 11. RGB value is (240,1,17). Sum of RGB (Red+Green+Blue) = 240+1+17=258 (34% of max value = 765). Red value is 240 (94.14% from 255 or 93.02% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 240 - color contains mainly: red. Hex color #F00111 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00111 is #0FFEEE. Grayscale: #4A4A4A. Windows color (decimal): -1048303 or 1114608. OLE color: 1114608.

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

Color convert

RGB 240 1 17 -
CMYK 0 1.00 0.93 0.06
HSL 355.98º 0.99% 0.47% -
HSV(B) 355.98º 1% 0.94% -
XYZ 36.05 18.59 2.22 -
YUV 74.29 95.68 246.2 -
System Red Green Blue C M Y K H S L
Decimal 240 1 17 0 1.00 0.93 0.06 355.98 0.99 0.47
Hex F0 1 11 0 64 5D 6 164 63 2F
Octal 360 1 21 0 144 135 6 544 143 57
Binary 11110000 1 10001 0 1100100 1011101 110 101100100 1100011 101111

Color Harmonies of #F00111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00111

Black with #F00111

Text Example


Text Example

White with #F00111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00111; }

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

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

background-color css

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

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

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

border-color css

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

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

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