Html Css Color HEX #D9041D Venetian Red

📋 copy color: '#D9041D'

red 217 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #D9041D

Tints of Venetian Red #D9041D

RGB

 RED value IS 217 (85.16% from 255) = 86.8%

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

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

R = 86.8%
G = 1.6%
B = 11.6%

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

#D9041D (or 0xD9041D) is known color: Venetian Red. HEX triplet: D9, 04 and 1D. RGB value is (217,4,29). Sum of RGB (Red+Green+Blue) = 217+4+29=250 (33% of max value = 765). Red value is 217 (85.16% from 255 or 86.8% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 29 (11.72% from 255 or 11.6% from 250); Max value from RGB is 217 - color contains mainly: red. Hex color #D9041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D9041D is #26FBE2. Grayscale: #464646. Windows color (decimal): -2554851 or 1901785. OLE color: 1901785.

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

Color convert

RGB 217 4 29 -
CMYK 0 0.98 0.87 0.15
HSL 352.96º 0.96% 0.43% -
HSV(B) 352.96º 0.98% 0.85% -
XYZ 28.88 14.93 2.52 -
YUV 70.54 104.57 232.47 -
System Red Green Blue C M Y K H S L
Decimal 217 4 29 0 0.98 0.87 0.15 352.96 0.96 0.43
Hex D9 4 1D 0 62 57 F 161 60 2B
Octal 331 4 35 0 142 127 17 541 140 53
Binary 11011001 100 11101 0 1100010 1010111 1111 101100001 1100000 101011

Color Harmonies of #D9041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9041D

Black with #D9041D

Text Example


Text Example

White with #D9041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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