Html Css Color HEX #D80411 Venetian Red

📋 copy color: '#D80411'

red 216 ◦ green 4 ◦ blue 17

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

Shades of Venetian Red #D80411

Tints of Venetian Red #D80411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.17%

R = 91.14%
G = 1.69%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.92

 K value IS 0.15

RGB Variations

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

Color information

#D80411 (or 0xD80411) is known color: Venetian Red. HEX triplet: D8, 04 and 11. RGB value is (216,4,17). Sum of RGB (Red+Green+Blue) = 216+4+17=237 (31% of max value = 765). Red value is 216 (84.77% from 255 or 91.14% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 17 (7.03% from 255 or 7.17% from 237); Max value from RGB is 216 - color contains mainly: red. Hex color #D80411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D80411 is #27FBEE. Grayscale: #454545. Windows color (decimal): -2620399 or 1115352. OLE color: 1115352.

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

Color convert

RGB 216 4 17 -
CMYK 0 0.98 0.92 0.15
HSL 356.32º 0.96% 0.43% -
HSV(B) 356.32º 0.98% 0.85% -
XYZ 28.46 14.73 1.87 -
YUV 68.87 98.74 232.94 -
System Red Green Blue C M Y K H S L
Decimal 216 4 17 0 0.98 0.92 0.15 356.32 0.96 0.43
Hex D8 4 11 0 62 5C F 164 60 2B
Octal 330 4 21 0 142 134 17 544 140 53
Binary 11011000 100 10001 0 1100010 1011100 1111 101100100 1100000 101011

Color Harmonies of #D80411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80411

Black with #D80411

Text Example


Text Example

White with #D80411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80411; }

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

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

background-color css

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

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

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

border-color css

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

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

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