Html Css Color HEX #D0041D Venetian Red

📋 copy color: '#D0041D'

red 208 ◦ green 4 ◦ blue 29

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

Shades of Venetian Red #D0041D

Tints of Venetian Red #D0041D

RGB

 RED value IS 208 (81.64% from 255) = 86.31%

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

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

R = 86.31%
G = 1.66%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0041D (or 0xD0041D) is known color: Venetian Red. HEX triplet: D0, 04 and 1D. RGB value is (208,4,29). Sum of RGB (Red+Green+Blue) = 208+4+29=241 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.31% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 29 (11.72% from 255 or 12.03% from 241); Max value from RGB is 208 - color contains mainly: red. Hex color #D0041D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0041D is #2FFBE2. Grayscale: #434343. Windows color (decimal): -3144675 or 1901776. OLE color: 1901776.

HSL color Cylindrical-coordinate representation of color #D0041D: hue angle of 352.65º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0041D is Cyan = 0, Magento = 0.98, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 4 29 -
CMYK 0 0.98 0.86 0.18
HSL 352.65º 0.96% 0.42% -
HSV(B) 352.65º 0.98% 0.82% -
XYZ 26.28 13.59 2.4 -
YUV 67.85 106.09 227.97 -
System Red Green Blue C M Y K H S L
Decimal 208 4 29 0 0.98 0.86 0.18 352.65 0.96 0.42
Hex D0 4 1D 0 62 56 12 161 60 2A
Octal 320 4 35 0 142 126 22 541 140 52
Binary 11010000 100 11101 0 1100010 1010110 10010 101100001 1100000 101010

Color Harmonies of #D0041D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0041D

Black with #D0041D

Text Example


Text Example

White with #D0041D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0041D; }

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

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

background-color css

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

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

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

border-color css

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

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

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