Html Css Color HEX #D80304 Venetian Red

📋 copy color: '#D80304'

red 216 ◦ green 3 ◦ blue 4

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

Shades of Venetian Red #D80304

Tints of Venetian Red #D80304

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.35%

 BLUE value IS 4 (1.95% from 255) = 1.79%

R = 96.86%
G = 1.35%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D80304 (or 0xD80304) is known color: Venetian Red. HEX triplet: D8, 03 and 04. RGB value is (216,3,4). Sum of RGB (Red+Green+Blue) = 216+3+4=223 (29% of max value = 765). Red value is 216 (84.77% from 255 or 96.86% from 223); Green value is 3 (1.56% from 255 or 1.35% from 223); Blue value is 4 (1.95% from 255 or 1.79% from 223); Max value from RGB is 216 - color contains mainly: red. Hex color #D80304 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80304 is #27FCFB. Grayscale: #434343. Windows color (decimal): -2620668 or 263128. OLE color: 263128.

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

Color convert

RGB 216 3 4 -
CMYK 0 0.99 0.98 0.15
HSL 359.72º 0.97% 0.43% -
HSV(B) 359.72º 0.99% 0.85% -
XYZ 28.37 14.67 1.45 -
YUV 66.8 92.57 234.42 -
System Red Green Blue C M Y K H S L
Decimal 216 3 4 0 0.99 0.98 0.15 359.72 0.97 0.43
Hex D8 3 4 0 63 62 F 168 61 2B
Octal 330 3 4 0 143 142 17 550 141 53
Binary 11011000 11 100 0 1100011 1100010 1111 101101000 1100001 101011

Color Harmonies of #D80304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80304

Black with #D80304

Text Example


Text Example

White with #D80304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80304; }

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

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

background-color css

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

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

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

border-color css

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

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

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