Html Css Color HEX #F00511 Venetian Red

📋 copy color: '#F00511'

red 240 ◦ green 5 ◦ blue 17

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

Shades of Venetian Red #F00511

Tints of Venetian Red #F00511

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 91.6%
G = 1.91%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.06

RGB Variations

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

Color information

#F00511 (or 0xF00511) is known color: Venetian Red. HEX triplet: F0, 05 and 11. RGB value is (240,5,17). Sum of RGB (Red+Green+Blue) = 240+5+17=262 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.60% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 17 (7.03% from 255 or 6.49% from 262); Max value from RGB is 240 - color contains mainly: red. Hex color #F00511 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00511 is #0FFAEE. Grayscale: #4C4C4C. Windows color (decimal): -1047279 or 1115632. OLE color: 1115632.

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

Color convert

RGB 240 5 17 -
CMYK 0 0.98 0.93 0.06
HSL 356.94º 0.96% 0.48% -
HSV(B) 356.94º 0.98% 0.94% -
XYZ 36.09 18.67 2.23 -
YUV 76.63 94.36 244.52 -
System Red Green Blue C M Y K H S L
Decimal 240 5 17 0 0.98 0.93 0.06 356.94 0.96 0.48
Hex F0 5 11 0 62 5D 6 165 60 30
Octal 360 5 21 0 142 135 6 545 140 60
Binary 11110000 101 10001 0 1100010 1011101 110 101100101 1100000 110000

Color Harmonies of #F00511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00511

Black with #F00511

Text Example


Text Example

White with #F00511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00511; }

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

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

background-color css

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

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

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

border-color css

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

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

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