Html Css Color HEX #D7071A Venetian Red

📋 copy color: '#D7071A'

red 215 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #D7071A

Tints of Venetian Red #D7071A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 10.48%

R = 86.69%
G = 2.82%
B = 10.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D7071A (or 0xD7071A) is known color: Venetian Red. HEX triplet: D7, 07 and 1A. RGB value is (215,7,26). Sum of RGB (Red+Green+Blue) = 215+7+26=248 (32% of max value = 765). Red value is 215 (84.38% from 255 or 86.69% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 26 (10.55% from 255 or 10.48% from 248); Max value from RGB is 215 - color contains mainly: red. Hex color #D7071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7071A is #28F8E5. Grayscale: #474747. Windows color (decimal): -2685158 or 1705943. OLE color: 1705943.

HSL color Cylindrical-coordinate representation of color #D7071A: hue angle of 354.52º 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 #D7071A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 7 26 -
CMYK 0 0.97 0.88 0.16
HSL 354.52º 0.94% 0.44% -
HSV(B) 354.52º 0.97% 0.84% -
XYZ 28.29 14.67 2.32 -
YUV 71.36 102.41 230.46 -
System Red Green Blue C M Y K H S L
Decimal 215 7 26 0 0.97 0.88 0.16 354.52 0.94 0.44
Hex D7 7 1A 0 61 58 10 163 5E 2C
Octal 327 7 32 0 141 130 20 543 136 54
Binary 11010111 111 11010 0 1100001 1011000 10000 101100011 1011110 101100

Color Harmonies of #D7071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7071A

Black with #D7071A

Text Example


Text Example

White with #D7071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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