Html Css Color HEX #D8041D Venetian Red

📋 copy color: '#D8041D'

red 216 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #D8041D

Tints of Venetian Red #D8041D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.65%

R = 86.75%
G = 1.61%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8041D (or 0xD8041D) is known color: Venetian Red. HEX triplet: D8, 04 and 1D. RGB value is (216,4,29). Sum of RGB (Red+Green+Blue) = 216+4+29=249 (32% of max value = 765). Red value is 216 (84.77% from 255 or 86.75% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 216 - color contains mainly: red. Hex color #D8041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D8041D is #27FBE2. Grayscale: #464646. Windows color (decimal): -2620387 or 1901784. OLE color: 1901784.

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

Color convert

RGB 216 4 29 -
CMYK 0 0.98 0.87 0.15
HSL 352.92º 0.96% 0.43% -
HSV(B) 352.92º 0.98% 0.85% -
XYZ 28.58 14.77 2.51 -
YUV 70.24 104.74 231.97 -
System Red Green Blue C M Y K H S L
Decimal 216 4 29 0 0.98 0.87 0.15 352.92 0.96 0.43
Hex D8 4 1D 0 62 57 F 161 60 2B
Octal 330 4 35 0 142 127 17 541 140 53
Binary 11011000 100 11101 0 1100010 1010111 1111 101100001 1100000 101011

Color Harmonies of #D8041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8041D

Black with #D8041D

Text Example


Text Example

White with #D8041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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