Html Css Color HEX #D80003 Venetian Red

📋 copy color: '#D80003'

red 216 ◦ green 0 ◦ blue 3

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

Shades of Venetian Red #D80003

Tints of Venetian Red #D80003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.37%

R = 98.63%
G = 0%
B = 1.37%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D80003 (or 0xD80003) is known color: Venetian Red. HEX triplet: D8, 00 and 03. RGB value is (216,0,3). Sum of RGB (Red+Green+Blue) = 216+0+3=219 (29% of max value = 765). Red value is 216 (84.77% from 255 or 98.63% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 216 - color contains mainly: red. Hex color #D80003 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80003 is #27FFFC. Grayscale: #414141. Windows color (decimal): -2621437 or 196824. OLE color: 196824.

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

Color convert

RGB 216 0 3 -
CMYK 0 1 0.99 0.15
HSL 359.17º 1% 0.42% -
HSV(B) 359.17º 1% 0.85% -
XYZ 28.34 14.61 1.41 -
YUV 64.93 93.06 235.76 -
System Red Green Blue C M Y K H S L
Decimal 216 0 3 0 1 0.99 0.15 359.17 1 0.42
Hex D8 0 3 0 64 63 F 167 64 2A
Octal 330 0 3 0 144 143 17 547 144 52
Binary 11011000 0 11 0 1100100 1100011 1111 101100111 1100100 101010

Color Harmonies of #D80003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80003

Black with #D80003

Text Example


Text Example

White with #D80003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80003; }

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

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

background-color css

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

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

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

border-color css

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

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

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