Html Css Color HEX #D0031D Venetian Red

📋 copy color: '#D0031D'

red 208 ◦ green 3 ◦ blue 29

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

Shades of Venetian Red #D0031D

Tints of Venetian Red #D0031D

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.25%

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

R = 86.67%
G = 1.25%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0031D (or 0xD0031D) is known color: Venetian Red. HEX triplet: D0, 03 and 1D. RGB value is (208,3,29). Sum of RGB (Red+Green+Blue) = 208+3+29=240 (31% of max value = 765). Red value is 208 (81.64% from 255 or 86.67% from 240); Green value is 3 (1.56% from 255 or 1.25% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 208 - color contains mainly: red. Hex color #D0031D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0031D is #2FFCE2. Grayscale: #434343. Windows color (decimal): -3144931 or 1901520. OLE color: 1901520.

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

Color convert

RGB 208 3 29 -
CMYK 0 0.99 0.86 0.18
HSL 352.39º 0.97% 0.41% -
HSV(B) 352.39º 0.99% 0.82% -
XYZ 26.27 13.56 2.4 -
YUV 67.26 106.42 228.39 -
System Red Green Blue C M Y K H S L
Decimal 208 3 29 0 0.99 0.86 0.18 352.39 0.97 0.41
Hex D0 3 1D 0 63 56 12 160 61 29
Octal 320 3 35 0 143 126 22 540 141 51
Binary 11010000 11 11101 0 1100011 1010110 10010 101100000 1100001 101001

Color Harmonies of #D0031D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0031D

Black with #D0031D

Text Example


Text Example

White with #D0031D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0031D; }

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

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

background-color css

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

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

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

border-color css

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

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

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