Html Css Color HEX #D3071E Venetian Red

📋 copy color: '#D3071E'

red 211 ◦ green 7 ◦ blue 30

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

Shades of Venetian Red #D3071E

Tints of Venetian Red #D3071E

RGB

 RED value IS 211 (82.81% from 255) = 85.08%

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

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

R = 85.08%
G = 2.82%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D3071E (or 0xD3071E) is known color: Venetian Red. HEX triplet: D3, 07 and 1E. RGB value is (211,7,30). Sum of RGB (Red+Green+Blue) = 211+7+30=248 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.08% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 30 (12.11% from 255 or 12.10% from 248); Max value from RGB is 211 - color contains mainly: red. Hex color #D3071E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D3071E is #2CF8E1. Grayscale: #464646. Windows color (decimal): -2947298 or 1968083. OLE color: 1968083.

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

Color convert

RGB 211 7 30 -
CMYK 0 0.97 0.86 0.17
HSL 353.24º 0.94% 0.43% -
HSV(B) 353.24º 0.97% 0.83% -
XYZ 27.17 14.09 2.52 -
YUV 70.62 105.09 228.13 -
System Red Green Blue C M Y K H S L
Decimal 211 7 30 0 0.97 0.86 0.17 353.24 0.94 0.43
Hex D3 7 1E 0 61 56 11 161 5E 2B
Octal 323 7 36 0 141 126 21 541 136 53
Binary 11010011 111 11110 0 1100001 1010110 10001 101100001 1011110 101011

Color Harmonies of #D3071E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3071E

Black with #D3071E

Text Example


Text Example

White with #D3071E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3071E; }

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

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

background-color css

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

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

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

border-color css

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

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

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