Html Css Color HEX #D7031D Venetian Red

📋 copy color: '#D7031D'

red 215 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #D7031D

Tints of Venetian Red #D7031D

RGB

 RED value IS 215 (84.38% from 255) = 87.04%

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

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

R = 87.04%
G = 1.21%
B = 11.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7031D (or 0xD7031D) is known color: Venetian Red. HEX triplet: D7, 03 and 1D. RGB value is (215,3,29). Sum of RGB (Red+Green+Blue) = 215+3+29=247 (32% of max value = 765). Red value is 215 (84.38% from 255 or 87.04% from 247); Green value is 3 (1.56% from 255 or 1.21% from 247); Blue value is 29 (11.72% from 255 or 11.74% from 247); Max value from RGB is 215 - color contains mainly: red. Hex color #D7031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7031D is #28FCE2. Grayscale: #454545. Windows color (decimal): -2686179 or 1901527. OLE color: 1901527.

HSL color Cylindrical-coordinate representation of color #D7031D: hue angle of 352.64º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D7031D is Cyan = 0, Magento = 0.99, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 3 29 -
CMYK 0 0.99 0.87 0.16
HSL 352.64º 0.97% 0.43% -
HSV(B) 352.64º 0.99% 0.84% -
XYZ 28.28 14.6 2.49 -
YUV 69.35 105.24 231.89 -
System Red Green Blue C M Y K H S L
Decimal 215 3 29 0 0.99 0.87 0.16 352.64 0.97 0.43
Hex D7 3 1D 0 63 57 10 161 61 2B
Octal 327 3 35 0 143 127 20 541 141 53
Binary 11010111 11 11101 0 1100011 1010111 10000 101100001 1100001 101011

Color Harmonies of #D7031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7031D

Black with #D7031D

Text Example


Text Example

White with #D7031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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