Html Css Color HEX #D80319 Venetian Red

📋 copy color: '#D80319'

red 216 ◦ green 3 ◦ blue 25

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

Shades of Venetian Red #D80319

Tints of Venetian Red #D80319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 10.25%

R = 88.52%
G = 1.23%
B = 10.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D80319 (or 0xD80319) is known color: Venetian Red. HEX triplet: D8, 03 and 19. RGB value is (216,3,25). Sum of RGB (Red+Green+Blue) = 216+3+25=244 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.52% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 25 (10.16% from 255 or 10.25% from 244); Max value from RGB is 216 - color contains mainly: red. Hex color #D80319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80319 is #27FCE6. Grayscale: #454545. Windows color (decimal): -2620647 or 1639384. OLE color: 1639384.

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

Color convert

RGB 216 3 25 -
CMYK 0 0.99 0.88 0.15
HSL 353.8º 0.97% 0.43% -
HSV(B) 353.8º 0.99% 0.85% -
XYZ 28.53 14.73 2.26 -
YUV 69.2 103.07 232.71 -
System Red Green Blue C M Y K H S L
Decimal 216 3 25 0 0.99 0.88 0.15 353.8 0.97 0.43
Hex D8 3 19 0 63 58 F 162 61 2B
Octal 330 3 31 0 143 130 17 542 141 53
Binary 11011000 11 11001 0 1100011 1011000 1111 101100010 1100001 101011

Color Harmonies of #D80319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80319

Black with #D80319

Text Example


Text Example

White with #D80319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80319; }

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

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

background-color css

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

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

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

border-color css

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

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

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