Html Css Color HEX #D8031D Venetian Red

📋 copy color: '#D8031D'

red 216 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #D8031D

Tints of Venetian Red #D8031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.21%

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

R = 87.1%
G = 1.21%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8031D (or 0xD8031D) is known color: Venetian Red. HEX triplet: D8, 03 and 1D. RGB value is (216,3,29). Sum of RGB (Red+Green+Blue) = 216+3+29=248 (32% of max value = 765). Red value is 216 (84.77% from 255 or 87.10% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 29 (11.72% from 255 or 11.69% from 248); Max value from RGB is 216 - color contains mainly: red. Hex color #D8031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8031D is #27FCE2. Grayscale: #454545. Windows color (decimal): -2620643 or 1901528. OLE color: 1901528.

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

Color convert

RGB 216 3 29 -
CMYK 0 0.99 0.87 0.15
HSL 352.68º 0.97% 0.43% -
HSV(B) 352.68º 0.99% 0.85% -
XYZ 28.57 14.75 2.5 -
YUV 69.65 105.07 232.39 -
System Red Green Blue C M Y K H S L
Decimal 216 3 29 0 0.99 0.87 0.15 352.68 0.97 0.43
Hex D8 3 1D 0 63 57 F 161 61 2B
Octal 330 3 35 0 143 127 17 541 141 53
Binary 11011000 11 11101 0 1100011 1010111 1111 101100001 1100001 101011

Color Harmonies of #D8031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8031D

Black with #D8031D

Text Example


Text Example

White with #D8031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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