Html Css Color HEX #D80612 Venetian Red

📋 copy color: '#D80612'

red 216 ◦ green 6 ◦ blue 18

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

Shades of Venetian Red #D80612

Tints of Venetian Red #D80612

RGB

 RED value IS 216 (84.77% from 255) = 90%

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

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 90%
G = 2.5%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80612 (or 0xD80612) is known color: Venetian Red. HEX triplet: D8, 06 and 12. RGB value is (216,6,18). Sum of RGB (Red+Green+Blue) = 216+6+18=240 (31% of max value = 765). Red value is 216 (84.77% from 255 or 90% from 240); Green value is 6 (2.73% from 255 or 2.5% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 216 - color contains mainly: red. Hex color #D80612 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80612 is #27F9ED. Grayscale: #464646. Windows color (decimal): -2619886 or 1181400. OLE color: 1181400.

HSL color Cylindrical-coordinate representation of color #D80612: hue angle of 356.57º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D80612 is Cyan = 0, Magento = 0.97, Yellow = 0.92 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 6 18 -
CMYK 0 0.97 0.92 0.15
HSL 356.57º 0.95% 0.44% -
HSV(B) 356.57º 0.97% 0.85% -
XYZ 28.49 14.77 1.92 -
YUV 70.16 98.57 232.02 -
System Red Green Blue C M Y K H S L
Decimal 216 6 18 0 0.97 0.92 0.15 356.57 0.95 0.44
Hex D8 6 12 0 61 5C F 165 5F 2C
Octal 330 6 22 0 141 134 17 545 137 54
Binary 11011000 110 10010 0 1100001 1011100 1111 101100101 1011111 101100

Color Harmonies of #D80612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80612

Black with #D80612

Text Example


Text Example

White with #D80612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80612; }

 p { color: rgb(216,6,18); }

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

background-color css

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

 a { background-color: rgb(216,6,18); }

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

border-color css

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

 span { border-color: rgb(216,6,18); }

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