Html Css Color HEX #D80419 Venetian Red

📋 copy color: '#D80419'

red 216 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #D80419

Tints of Venetian Red #D80419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

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

R = 88.16%
G = 1.63%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D80419 (or 0xD80419) is known color: Venetian Red. HEX triplet: D8, 04 and 19. RGB value is (216,4,25). Sum of RGB (Red+Green+Blue) = 216+4+25=245 (32% of max value = 765). Red value is 216 (84.77% from 255 or 88.16% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 216 - color contains mainly: red. Hex color #D80419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80419 is #27FBE6. Grayscale: #454545. Windows color (decimal): -2620391 or 1639640. OLE color: 1639640.

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

Color convert

RGB 216 4 25 -
CMYK 0 0.98 0.88 0.15
HSL 354.06º 0.96% 0.43% -
HSV(B) 354.06º 0.98% 0.85% -
XYZ 28.54 14.76 2.26 -
YUV 69.78 102.74 232.29 -
System Red Green Blue C M Y K H S L
Decimal 216 4 25 0 0.98 0.88 0.15 354.06 0.96 0.43
Hex D8 4 19 0 62 58 F 162 60 2B
Octal 330 4 31 0 142 130 17 542 140 53
Binary 11011000 100 11001 0 1100010 1011000 1111 101100010 1100000 101011

Color Harmonies of #D80419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80419

Black with #D80419

Text Example


Text Example

White with #D80419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80419; }

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

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

background-color css

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

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

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

border-color css

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

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

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