Html Css Color HEX #F00508 Venetian Red

📋 copy color: '#F00508'

red 240 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #F00508

Tints of Venetian Red #F00508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.16%

R = 94.86%
G = 1.98%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#F00508 (or 0xF00508) is known color: Venetian Red. HEX triplet: F0, 05 and 08. RGB value is (240,5,8). Sum of RGB (Red+Green+Blue) = 240+5+8=253 (33% of max value = 765). Red value is 240 (94.14% from 255 or 94.86% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 8 (3.52% from 255 or 3.16% from 253); Max value from RGB is 240 - color contains mainly: red. Hex color #F00508 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F00508 is #0FFAF7. Grayscale: #4B4B4B. Windows color (decimal): -1047288 or 525808. OLE color: 525808.

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

Color convert

RGB 240 5 8 -
CMYK 0 0.98 0.97 0.06
HSL 359.23º 0.96% 0.48% -
HSV(B) 359.23º 0.98% 0.94% -
XYZ 36.03 18.65 1.93 -
YUV 75.61 89.86 245.26 -
System Red Green Blue C M Y K H S L
Decimal 240 5 8 0 0.98 0.97 0.06 359.23 0.96 0.48
Hex F0 5 8 0 62 61 6 167 60 30
Octal 360 5 10 0 142 141 6 547 140 60
Binary 11110000 101 1000 0 1100010 1100001 110 101100111 1100000 110000

Color Harmonies of #F00508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F00508

Black with #F00508

Text Example


Text Example

White with #F00508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F00508; }

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

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

background-color css

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

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

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

border-color css

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

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

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