Html Css Color HEX #D00815 Venetian Red

📋 copy color: '#D00815'

red 208 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #D00815

Tints of Venetian Red #D00815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.86%

R = 87.76%
G = 3.38%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#D00815 (or 0xD00815) is known color: Venetian Red. HEX triplet: D0, 08 and 15. RGB value is (208,8,21). Sum of RGB (Red+Green+Blue) = 208+8+21=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 8 (3.52% from 255 or 3.38% from 237); Blue value is 21 (8.59% from 255 or 8.86% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D00815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D00815 is #2FF7EA. Grayscale: #454545. Windows color (decimal): -3143659 or 1378512. OLE color: 1378512.

HSL color Cylindrical-coordinate representation of color #D00815: hue angle of 356.1º 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 #D00815 is Cyan = 0, Magento = 0.96, Yellow = 0.90 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 8 21 -
CMYK 0 0.96 0.90 0.18
HSL 356.1º 0.93% 0.42% -
HSV(B) 356.1º 0.96% 0.82% -
XYZ 26.23 13.64 1.96 -
YUV 69.28 100.76 226.94 -
System Red Green Blue C M Y K H S L
Decimal 208 8 21 0 0.96 0.90 0.18 356.1 0.93 0.42
Hex D0 8 15 0 60 5A 12 164 5D 2A
Octal 320 10 25 0 140 132 22 544 135 52
Binary 11010000 1000 10101 0 1100000 1011010 10010 101100100 1011101 101010

Color Harmonies of #D00815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D00815

Black with #D00815

Text Example


Text Example

White with #D00815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D00815; }

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

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

background-color css

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

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

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

border-color css

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

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

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