Html Css Color HEX #DC000D Venetian Red

📋 copy color: '#DC000D'

red 220 ◦ green 0 ◦ blue 13

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

Shades of Venetian Red #DC000D

Tints of Venetian Red #DC000D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.58%

R = 94.42%
G = 0%
B = 5.58%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC000D (or 0xDC000D) is known color: Venetian Red. HEX triplet: DC, 00 and 0D. RGB value is (220,0,13). Sum of RGB (Red+Green+Blue) = 220+0+13=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 13 (5.47% from 255 or 5.58% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC000D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC000D is #23FFF2. Grayscale: #434343. Windows color (decimal): -2359283 or 852188. OLE color: 852188.

HSL color Cylindrical-coordinate representation of color #DC000D: hue angle of 356.45º 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 #DC000D is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 0 13 -
CMYK 0 1 0.94 0.14
HSL 356.45º 1% 0.43% -
HSV(B) 356.45º 1% 0.86% -
XYZ 29.59 15.24 1.76 -
YUV 67.26 97.39 236.94 -
System Red Green Blue C M Y K H S L
Decimal 220 0 13 0 1 0.94 0.14 356.45 1 0.43
Hex DC 0 D 0 64 5E E 164 64 2B
Octal 334 0 15 0 144 136 16 544 144 53
Binary 11011100 0 1101 0 1100100 1011110 1110 101100100 1100100 101011

Color Harmonies of #DC000D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC000D

Black with #DC000D

Text Example


Text Example

White with #DC000D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC000D; }

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

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

background-color css

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

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

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

border-color css

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

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

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