Html Css Color HEX #D8020D Venetian Red

📋 copy color: '#D8020D'

red 216 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #D8020D

Tints of Venetian Red #D8020D

RGB

 RED value IS 216 (84.77% from 255) = 93.51%

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 13 (5.47% from 255) = 5.63%

R = 93.51%
G = 0.87%
B = 5.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8020D (or 0xD8020D) is known color: Venetian Red. HEX triplet: D8, 02 and 0D. RGB value is (216,2,13). Sum of RGB (Red+Green+Blue) = 216+2+13=231 (30% of max value = 765). Red value is 216 (84.77% from 255 or 93.51% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 13 (5.47% from 255 or 5.63% from 231); Max value from RGB is 216 - color contains mainly: red. Hex color #D8020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8020D is #27FDF2. Grayscale: #434343. Windows color (decimal): -2620915 or 852696. OLE color: 852696.

HSL color Cylindrical-coordinate representation of color #D8020D: hue angle of 356.92º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8020D is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 2 13 -
CMYK 0 0.99 0.94 0.15
HSL 356.92º 0.98% 0.43% -
HSV(B) 356.92º 0.99% 0.85% -
XYZ 28.41 14.67 1.72 -
YUV 67.24 97.4 234.11 -
System Red Green Blue C M Y K H S L
Decimal 216 2 13 0 0.99 0.94 0.15 356.92 0.98 0.43
Hex D8 2 D 0 63 5E F 165 62 2B
Octal 330 2 15 0 143 136 17 545 142 53
Binary 11011000 10 1101 0 1100011 1011110 1111 101100101 1100010 101011

Color Harmonies of #D8020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8020D

Black with #D8020D

Text Example


Text Example

White with #D8020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8020D; }

 p { color: rgb(216,2,13); }

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

background-color css

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

 a { background-color: rgb(216,2,13); }

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

border-color css

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

 span { border-color: rgb(216,2,13); }

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