Html Css Color HEX #D8000D Venetian Red

📋 copy color: '#D8000D'

red 216 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #D8000D

Tints of Venetian Red #D8000D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 94.32%
G = 0%
B = 5.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8000D (or 0xD8000D) is known color: Venetian Red. HEX triplet: D8, 00 and 0D. RGB value is (216,0,13). Sum of RGB (Red+Green+Blue) = 216+0+13=229 (30% of max value = 765). Red value is 216 (84.77% from 255 or 94.32% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 13 (5.47% from 255 or 5.68% from 229); Max value from RGB is 216 - color contains mainly: red. Hex color #D8000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8000D is #27FFF2. Grayscale: #424242. Windows color (decimal): -2621427 or 852184. OLE color: 852184.

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

Color convert

RGB 216 0 13 -
CMYK 0 1 0.94 0.15
HSL 356.39º 1% 0.42% -
HSV(B) 356.39º 1% 0.85% -
XYZ 28.39 14.63 1.71 -
YUV 66.07 98.06 234.94 -
System Red Green Blue C M Y K H S L
Decimal 216 0 13 0 1 0.94 0.15 356.39 1 0.42
Hex D8 0 D 0 64 5E F 164 64 2A
Octal 330 0 15 0 144 136 17 544 144 52
Binary 11011000 0 1101 0 1100100 1011110 1111 101100100 1100100 101010

Color Harmonies of #D8000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8000D

Black with #D8000D

Text Example


Text Example

White with #D8000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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