Html Css Color HEX #D7061D Venetian Red

📋 copy color: '#D7061D'

red 215 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #D7061D

Tints of Venetian Red #D7061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 86%
G = 2.4%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7061D (or 0xD7061D) is known color: Venetian Red. HEX triplet: D7, 06 and 1D. RGB value is (215,6,29). Sum of RGB (Red+Green+Blue) = 215+6+29=250 (33% of max value = 765). Red value is 215 (84.38% from 255 or 86% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 215 - color contains mainly: red. Hex color #D7061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D7061D is #28F9E2. Grayscale: #474747. Windows color (decimal): -2685411 or 1902295. OLE color: 1902295.

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

Color convert

RGB 215 6 29 -
CMYK 0 0.97 0.87 0.16
HSL 353.4º 0.95% 0.43% -
HSV(B) 353.4º 0.97% 0.84% -
XYZ 28.31 14.67 2.5 -
YUV 71.11 104.24 230.63 -
System Red Green Blue C M Y K H S L
Decimal 215 6 29 0 0.97 0.87 0.16 353.4 0.95 0.43
Hex D7 6 1D 0 61 57 10 161 5F 2B
Octal 327 6 35 0 141 127 20 541 137 53
Binary 11010111 110 11101 0 1100001 1010111 10000 101100001 1011111 101011

Color Harmonies of #D7061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7061D

Black with #D7061D

Text Example


Text Example

White with #D7061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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