Html Css Color HEX #DC060D Venetian Red

📋 copy color: '#DC060D'

red 220 ◦ green 6 ◦ blue 13

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

Shades of Venetian Red #DC060D

Tints of Venetian Red #DC060D

RGB

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

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

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

R = 92.05%
G = 2.51%
B = 5.44%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC060D (or 0xDC060D) is known color: Venetian Red. HEX triplet: DC, 06 and 0D. RGB value is (220,6,13). Sum of RGB (Red+Green+Blue) = 220+6+13=239 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.05% from 239); Green value is 6 (2.73% from 255 or 2.51% from 239); Blue value is 13 (5.47% from 255 or 5.44% from 239); Max value from RGB is 220 - color contains mainly: red. Hex color #DC060D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC060D is #23F9F2. Grayscale: #464646. Windows color (decimal): -2357747 or 853724. OLE color: 853724.

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

Color convert

RGB 220 6 13 -
CMYK 0 0.97 0.94 0.14
HSL 358.04º 0.95% 0.44% -
HSV(B) 358.04º 0.97% 0.86% -
XYZ 29.65 15.37 1.79 -
YUV 70.78 95.4 234.43 -
System Red Green Blue C M Y K H S L
Decimal 220 6 13 0 0.97 0.94 0.14 358.04 0.95 0.44
Hex DC 6 D 0 61 5E E 166 5F 2C
Octal 334 6 15 0 141 136 16 546 137 54
Binary 11011100 110 1101 0 1100001 1011110 1110 101100110 1011111 101100

Color Harmonies of #DC060D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC060D

Black with #DC060D

Text Example


Text Example

White with #DC060D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC060D; }

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

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

background-color css

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

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

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

border-color css

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

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

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