Html Css Color HEX #D7071E Venetian Red

📋 copy color: '#D7071E'

red 215 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #D7071E

Tints of Venetian Red #D7071E

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.78%

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

R = 85.32%
G = 2.78%
B = 11.9%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7071E (or 0xD7071E) is known color: Venetian Red. HEX triplet: D7, 07 and 1E. RGB value is (215,7,30). Sum of RGB (Red+Green+Blue) = 215+7+30=252 (33% of max value = 765). Red value is 215 (84.38% from 255 or 85.32% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 30 (12.11% from 255 or 11.90% from 252); Max value from RGB is 215 - color contains mainly: red. Hex color #D7071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7071E is #28F8E1. Grayscale: #474747. Windows color (decimal): -2685154 or 1968087. OLE color: 1968087.

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

Color convert

RGB 215 7 30 -
CMYK 0 0.97 0.86 0.16
HSL 353.37º 0.94% 0.44% -
HSV(B) 353.37º 0.97% 0.84% -
XYZ 28.33 14.69 2.57 -
YUV 71.81 104.41 230.13 -
System Red Green Blue C M Y K H S L
Decimal 215 7 30 0 0.97 0.86 0.16 353.37 0.94 0.44
Hex D7 7 1E 0 61 56 10 161 5E 2C
Octal 327 7 36 0 141 126 20 541 136 54
Binary 11010111 111 11110 0 1100001 1010110 10000 101100001 1011110 101100

Color Harmonies of #D7071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7071E

Black with #D7071E

Text Example


Text Example

White with #D7071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7071E; }

 p { color: rgb(215,7,30); }

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

background-color css

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

 a { background-color: rgb(215,7,30); }

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

border-color css

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

 span { border-color: rgb(215,7,30); }

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