Html Css Color HEX #D00817 Venetian Red

📋 copy color: '#D00817'

red 208 ◦ green 8 ◦ blue 23

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

Shades of Venetian Red #D00817

Tints of Venetian Red #D00817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.35%

 BLUE value IS 23 (9.38% from 255) = 9.62%

R = 87.03%
G = 3.35%
B = 9.62%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.18

RGB Variations

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

Color information

#D00817 (or 0xD00817) is known color: Venetian Red. HEX triplet: D0, 08 and 17. RGB value is (208,8,23). Sum of RGB (Red+Green+Blue) = 208+8+23=239 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.03% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 23 (9.38% from 255 or 9.62% from 239); Max value from RGB is 208 - color contains mainly: red. Hex color #D00817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00817 is #2FF7E8. Grayscale: #454545. Windows color (decimal): -3143657 or 1509584. OLE color: 1509584.

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

Color convert

RGB 208 8 23 -
CMYK 0 0.96 0.89 0.18
HSL 355.5º 0.93% 0.42% -
HSV(B) 355.5º 0.96% 0.82% -
XYZ 26.25 13.65 2.06 -
YUV 69.51 101.76 226.78 -
System Red Green Blue C M Y K H S L
Decimal 208 8 23 0 0.96 0.89 0.18 355.5 0.93 0.42
Hex D0 8 17 0 60 59 12 164 5D 2A
Octal 320 10 27 0 140 131 22 544 135 52
Binary 11010000 1000 10111 0 1100000 1011001 10010 101100100 1011101 101010

Color Harmonies of #D00817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00817

Black with #D00817

Text Example


Text Example

White with #D00817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00817; }

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

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

background-color css

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

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

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

border-color css

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

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

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