Html Css Color HEX #D8001D Venetian Red

📋 copy color: '#D8001D'

red 216 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #D8001D

Tints of Venetian Red #D8001D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.84%

R = 88.16%
G = 0%
B = 11.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8001D (or 0xD8001D) is known color: Venetian Red. HEX triplet: D8, 00 and 1D. RGB value is (216,0,29). Sum of RGB (Red+Green+Blue) = 216+0+29=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 29 (11.72% from 255 or 11.84% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D8001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8001D is #27FFE2. Grayscale: #434343. Windows color (decimal): -2621411 or 1900760. OLE color: 1900760.

HSL color Cylindrical-coordinate representation of color #D8001D: hue angle of 351.94º 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 #D8001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 29 -
CMYK 0 1 0.87 0.15
HSL 351.94º 1% 0.42% -
HSV(B) 351.94º 1% 0.85% -
XYZ 28.54 14.69 2.49 -
YUV 67.89 106.06 233.64 -
System Red Green Blue C M Y K H S L
Decimal 216 0 29 0 1 0.87 0.15 351.94 1 0.42
Hex D8 0 1D 0 64 57 F 160 64 2A
Octal 330 0 35 0 144 127 17 540 144 52
Binary 11011000 0 11101 0 1100100 1010111 1111 101100000 1100100 101010

Color Harmonies of #D8001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8001D

Black with #D8001D

Text Example


Text Example

White with #D8001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8001D; }

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

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

background-color css

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

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

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

border-color css

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

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

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