Html Css Color HEX #F00510 Venetian Red

📋 copy color: '#F00510'

red 240 ◦ green 5 ◦ blue 16

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

Shades of Venetian Red #F00510

Tints of Venetian Red #F00510

RGB

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

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

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

R = 91.95%
G = 1.92%
B = 6.13%

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

#F00510 (or 0xF00510) is known color: Venetian Red. HEX triplet: F0, 05 and 10. RGB value is (240,5,16). Sum of RGB (Red+Green+Blue) = 240+5+16=261 (34% of max value = 765). Red value is 240 (94.14% from 255 or 91.95% from 261); Green value is 5 (2.34% from 255 or 1.92% from 261); Blue value is 16 (6.64% from 255 or 6.13% from 261); Max value from RGB is 240 - color contains mainly: red. Hex color #F00510 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00510 is #0FFAEF. Grayscale: #4C4C4C. Windows color (decimal): -1047280 or 1050096. OLE color: 1050096.

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

Color convert

RGB 240 5 16 -
CMYK 0 0.98 0.93 0.06
HSL 357.19º 0.96% 0.48% -
HSV(B) 357.19º 0.98% 0.94% -
XYZ 36.08 18.67 2.19 -
YUV 76.52 93.86 244.61 -
System Red Green Blue C M Y K H S L
Decimal 240 5 16 0 0.98 0.93 0.06 357.19 0.96 0.48
Hex F0 5 10 0 62 5D 6 165 60 30
Octal 360 5 20 0 142 135 6 545 140 60
Binary 11110000 101 10000 0 1100010 1011101 110 101100101 1100000 110000

Color Harmonies of #F00510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00510

Black with #F00510

Text Example


Text Example

White with #F00510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00510; }

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

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

background-color css

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

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

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

border-color css

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

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

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