Html Css Color HEX #D80013 Venetian Red

📋 copy color: '#D80013'

red 216 ◦ green 0 ◦ blue 19

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

Shades of Venetian Red #D80013

Tints of Venetian Red #D80013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.09%

R = 91.91%
G = 0%
B = 8.09%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.91

 K value IS 0.15

RGB Variations

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

Color information

#D80013 (or 0xD80013) is known color: Venetian Red. HEX triplet: D8, 00 and 13. RGB value is (216,0,19). Sum of RGB (Red+Green+Blue) = 216+0+19=235 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.91% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 19 (7.81% from 255 or 8.09% from 235); Max value from RGB is 216 - color contains mainly: red. Hex color #D80013 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80013 is #27FFEC. Grayscale: #424242. Windows color (decimal): -2621421 or 1245400. OLE color: 1245400.

HSL color Cylindrical-coordinate representation of color #D80013: hue angle of 354.72º 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 #D80013 is Cyan = 0, Magento = 1, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 0 19 -
CMYK 0 1 0.91 0.15
HSL 354.72º 1% 0.42% -
HSV(B) 354.72º 1% 0.85% -
XYZ 28.44 14.65 1.94 -
YUV 66.75 101.06 234.46 -
System Red Green Blue C M Y K H S L
Decimal 216 0 19 0 1 0.91 0.15 354.72 1 0.42
Hex D8 0 13 0 64 5B F 163 64 2A
Octal 330 0 23 0 144 133 17 543 144 52
Binary 11011000 0 10011 0 1100100 1011011 1111 101100011 1100100 101010

Color Harmonies of #D80013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80013

Black with #D80013

Text Example


Text Example

White with #D80013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80013; }

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

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

background-color css

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

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

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

border-color css

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

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

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