Html Css Color HEX #D9051D Venetian Red

📋 copy color: '#D9051D'

red 217 ◦ green 5 ◦ blue 29

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

Shades of Venetian Red #D9051D

Tints of Venetian Red #D9051D

RGB

 RED value IS 217 (85.16% from 255) = 86.45%

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

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

R = 86.45%
G = 1.99%
B = 11.55%

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

#D9051D (or 0xD9051D) is known color: Venetian Red. HEX triplet: D9, 05 and 1D. RGB value is (217,5,29). Sum of RGB (Red+Green+Blue) = 217+5+29=251 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.45% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 29 (11.72% from 255 or 11.55% from 251); Max value from RGB is 217 - color contains mainly: red. Hex color #D9051D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9051D is #26FAE2. Grayscale: #474747. Windows color (decimal): -2554595 or 1902041. OLE color: 1902041.

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

Color convert

RGB 217 5 29 -
CMYK 0 0.98 0.87 0.15
HSL 353.21º 0.95% 0.44% -
HSV(B) 353.21º 0.98% 0.85% -
XYZ 28.89 14.95 2.53 -
YUV 71.12 104.24 232.05 -
System Red Green Blue C M Y K H S L
Decimal 217 5 29 0 0.98 0.87 0.15 353.21 0.95 0.44
Hex D9 5 1D 0 62 57 F 161 5F 2C
Octal 331 5 35 0 142 127 17 541 137 54
Binary 11011001 101 11101 0 1100010 1010111 1111 101100001 1011111 101100

Color Harmonies of #D9051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9051D

Black with #D9051D

Text Example


Text Example

White with #D9051D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9051D; }

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

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

background-color css

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

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

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

border-color css

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

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

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