Html Css Color HEX #D8051D Venetian Red

📋 copy color: '#D8051D'

red 216 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #D8051D

Tints of Venetian Red #D8051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2%

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

R = 86.4%
G = 2%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8051D (or 0xD8051D) is known color: Venetian Red. HEX triplet: D8, 05 and 1D. RGB value is (216,5,29). Sum of RGB (Red+Green+Blue) = 216+5+29=250 (33% of max value = 765). Red value is 216 (84.77% from 255 or 86.4% from 250); Green value is 5 (2.34% from 255 or 2% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 216 - color contains mainly: red. Hex color #D8051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8051D is #27FAE2. Grayscale: #464646. Windows color (decimal): -2620131 or 1902040. OLE color: 1902040.

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

Color convert

RGB 216 5 29 -
CMYK 0 0.98 0.87 0.15
HSL 353.18º 0.95% 0.43% -
HSV(B) 353.18º 0.98% 0.85% -
XYZ 28.59 14.8 2.51 -
YUV 70.83 104.4 231.55 -
System Red Green Blue C M Y K H S L
Decimal 216 5 29 0 0.98 0.87 0.15 353.18 0.95 0.43
Hex D8 5 1D 0 62 57 F 161 5F 2B
Octal 330 5 35 0 142 127 17 541 137 53
Binary 11011000 101 11101 0 1100010 1010111 1111 101100001 1011111 101011

Color Harmonies of #D8051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8051D

Black with #D8051D

Text Example


Text Example

White with #D8051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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