Html Css Color HEX #D8040E Venetian Red

📋 copy color: '#D8040E'

red 216 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #D8040E

Tints of Venetian Red #D8040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.98%

R = 92.31%
G = 1.71%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8040E (or 0xD8040E) is known color: Venetian Red. HEX triplet: D8, 04 and 0E. RGB value is (216,4,14). Sum of RGB (Red+Green+Blue) = 216+4+14=234 (30% of max value = 765). Red value is 216 (84.77% from 255 or 92.31% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 14 (5.86% from 255 or 5.98% from 234); Max value from RGB is 216 - color contains mainly: red. Hex color #D8040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8040E is #27FBF1. Grayscale: #444444. Windows color (decimal): -2620402 or 918744. OLE color: 918744.

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

Color convert

RGB 216 4 14 -
CMYK 0 0.98 0.94 0.15
HSL 357.17º 0.96% 0.43% -
HSV(B) 357.17º 0.98% 0.85% -
XYZ 28.44 14.72 1.76 -
YUV 68.53 97.24 233.19 -
System Red Green Blue C M Y K H S L
Decimal 216 4 14 0 0.98 0.94 0.15 357.17 0.96 0.43
Hex D8 4 E 0 62 5E F 165 60 2B
Octal 330 4 16 0 142 136 17 545 140 53
Binary 11011000 100 1110 0 1100010 1011110 1111 101100101 1100000 101011

Color Harmonies of #D8040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8040E

Black with #D8040E

Text Example


Text Example

White with #D8040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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