Html Css Color HEX #D00508 Venetian Red

📋 copy color: '#D00508'

red 208 ◦ green 5 ◦ blue 8

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

Shades of Venetian Red #D00508

Tints of Venetian Red #D00508

RGB

 RED value IS 208 (81.64% from 255) = 94.12%

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

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

R = 94.12%
G = 2.26%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D00508 (or 0xD00508) is known color: Venetian Red. HEX triplet: D0, 05 and 08. RGB value is (208,5,8). Sum of RGB (Red+Green+Blue) = 208+5+8=221 (29% of max value = 765). Red value is 208 (81.64% from 255 or 94.12% from 221); Green value is 5 (2.34% from 255 or 2.26% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 208 - color contains mainly: red. Hex color #D00508 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00508 is #2FFAF7. Grayscale: #424242. Windows color (decimal): -3144440 or 525776. OLE color: 525776.

HSL color Cylindrical-coordinate representation of color #D00508: hue angle of 359.11º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D00508 is Cyan = 0, Magento = 0.98, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 5 8 -
CMYK 0 0.98 0.96 0.18
HSL 359.11º 0.95% 0.42% -
HSV(B) 359.11º 0.98% 0.82% -
XYZ 26.11 13.54 1.47 -
YUV 66.04 95.25 229.26 -
System Red Green Blue C M Y K H S L
Decimal 208 5 8 0 0.98 0.96 0.18 359.11 0.95 0.42
Hex D0 5 8 0 62 60 12 167 5F 2A
Octal 320 5 10 0 142 140 22 547 137 52
Binary 11010000 101 1000 0 1100010 1100000 10010 101100111 1011111 101010

Color Harmonies of #D00508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00508

Black with #D00508

Text Example


Text Example

White with #D00508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00508; }

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

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

background-color css

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

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

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

border-color css

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

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

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