Html Css Color HEX #D9031E Venetian Red

📋 copy color: '#D9031E'

red 217 ◦ green 3 ◦ blue 30

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

Shades of Venetian Red #D9031E

Tints of Venetian Red #D9031E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12%

R = 86.8%
G = 1.2%
B = 12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9031E (or 0xD9031E) is known color: Venetian Red. HEX triplet: D9, 03 and 1E. RGB value is (217,3,30). Sum of RGB (Red+Green+Blue) = 217+3+30=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 30 (12.11% from 255 or 12% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9031E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9031E is #26FCE1. Grayscale: #464646. Windows color (decimal): -2555106 or 1967065. OLE color: 1967065.

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

Color convert

RGB 217 3 30 -
CMYK 0 0.99 0.86 0.15
HSL 352.43º 0.97% 0.43% -
HSV(B) 352.43º 0.99% 0.85% -
XYZ 28.88 14.91 2.58 -
YUV 70.06 105.4 232.8 -
System Red Green Blue C M Y K H S L
Decimal 217 3 30 0 0.99 0.86 0.15 352.43 0.97 0.43
Hex D9 3 1E 0 63 56 F 160 61 2B
Octal 331 3 36 0 143 126 17 540 141 53
Binary 11011001 11 11110 0 1100011 1010110 1111 101100000 1100001 101011

Color Harmonies of #D9031E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9031E

Black with #D9031E

Text Example


Text Example

White with #D9031E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9031E; }

 p { color: rgb(217,3,30); }

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

background-color css

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

 a { background-color: rgb(217,3,30); }

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

border-color css

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

 span { border-color: rgb(217,3,30); }

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