Html Css Color HEX #DC001D Venetian Red

📋 copy color: '#DC001D'

red 220 ◦ green 0 ◦ blue 29

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

Shades of Venetian Red #DC001D

Tints of Venetian Red #DC001D

RGB

 RED value IS 220 (86.33% from 255) = 88.35%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 88.35%
G = 0%
B = 11.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC001D (or 0xDC001D) is known color: Venetian Red. HEX triplet: DC, 00 and 1D. RGB value is (220,0,29). Sum of RGB (Red+Green+Blue) = 220+0+29=249 (32% of max value = 765). Red value is 220 (86.33% from 255 or 88.35% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 29 (11.72% from 255 or 11.65% from 249); Max value from RGB is 220 - color contains mainly: red. Hex color #DC001D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC001D is #23FFE2. Grayscale: #454545. Windows color (decimal): -2359267 or 1900764. OLE color: 1900764.

HSL color Cylindrical-coordinate representation of color #DC001D: hue angle of 352.09º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC001D is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 29 -
CMYK 0 1 0.87 0.14
HSL 352.09º 1% 0.43% -
HSV(B) 352.09º 1% 0.86% -
XYZ 29.74 15.3 2.55 -
YUV 69.09 105.39 235.64 -
System Red Green Blue C M Y K H S L
Decimal 220 0 29 0 1 0.87 0.14 352.09 1 0.43
Hex DC 0 1D 0 64 57 E 160 64 2B
Octal 334 0 35 0 144 127 16 540 144 53
Binary 11011100 0 11101 0 1100100 1010111 1110 101100000 1100100 101011

Color Harmonies of #DC001D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC001D

Black with #DC001D

Text Example


Text Example

White with #DC001D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC001D; }

 p { color: rgb(220,0,29); }

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

background-color css

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

 a { background-color: rgb(220,0,29); }

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

border-color css

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

 span { border-color: rgb(220,0,29); }

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