Html Css Color HEX #D80012 Venetian Red

📋 copy color: '#D80012'

red 216 ◦ green 0 ◦ blue 18

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

Shades of Venetian Red #D80012

Tints of Venetian Red #D80012

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 92.31%
G = 0%
B = 7.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80012 (or 0xD80012) is known color: Venetian Red. HEX triplet: D8, 00 and 12. RGB value is (216,0,18). Sum of RGB (Red+Green+Blue) = 216+0+18=234 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.31% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 18 (7.42% from 255 or 7.69% from 234); Max value from RGB is 216 - color contains mainly: red. Hex color #D80012 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80012 is #27FFED. Grayscale: #424242. Windows color (decimal): -2621422 or 1179864. OLE color: 1179864.

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

Color convert

RGB 216 0 18 -
CMYK 0 1 0.92 0.15
HSL 355º 1% 0.42% -
HSV(B) 355º 1% 0.85% -
XYZ 28.43 14.64 1.9 -
YUV 66.64 100.56 234.54 -
System Red Green Blue C M Y K H S L
Decimal 216 0 18 0 1 0.92 0.15 355 1 0.42
Hex D8 0 12 0 64 5C F 163 64 2A
Octal 330 0 22 0 144 134 17 543 144 52
Binary 11011000 0 10010 0 1100100 1011100 1111 101100011 1100100 101010

Color Harmonies of #D80012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80012

Black with #D80012

Text Example


Text Example

White with #D80012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80012; }

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

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

background-color css

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

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

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

border-color css

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

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

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