Html Css Color HEX #D0061D Venetian Red

📋 copy color: '#D0061D'

red 208 ◦ green 6 ◦ blue 29

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

Shades of Venetian Red #D0061D

Tints of Venetian Red #D0061D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.47%

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

R = 85.6%
G = 2.47%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D0061D (or 0xD0061D) is known color: Venetian Red. HEX triplet: D0, 06 and 1D. RGB value is (208,6,29). Sum of RGB (Red+Green+Blue) = 208+6+29=243 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.60% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 29 (11.72% from 255 or 11.93% from 243); Max value from RGB is 208 - color contains mainly: red. Hex color #D0061D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D0061D is #2FF9E2. Grayscale: #454545. Windows color (decimal): -3144163 or 1902288. OLE color: 1902288.

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

Color convert

RGB 208 6 29 -
CMYK 0 0.97 0.86 0.18
HSL 353.17º 0.94% 0.42% -
HSV(B) 353.17º 0.97% 0.82% -
XYZ 26.3 13.63 2.41 -
YUV 69.02 105.42 227.13 -
System Red Green Blue C M Y K H S L
Decimal 208 6 29 0 0.97 0.86 0.18 353.17 0.94 0.42
Hex D0 6 1D 0 61 56 12 161 5E 2A
Octal 320 6 35 0 141 126 22 541 136 52
Binary 11010000 110 11101 0 1100001 1010110 10010 101100001 1011110 101010

Color Harmonies of #D0061D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0061D

Black with #D0061D

Text Example


Text Example

White with #D0061D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0061D; }

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

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

background-color css

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

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

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

border-color css

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

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

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