Html Css Color HEX #DC0607 Venetian Red

📋 copy color: '#DC0607'

red 220 ◦ green 6 ◦ blue 7

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

Shades of Venetian Red #DC0607

Tints of Venetian Red #DC0607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3%

R = 94.42%
G = 2.58%
B = 3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC0607 (or 0xDC0607) is known color: Venetian Red. HEX triplet: DC, 06 and 07. RGB value is (220,6,7). Sum of RGB (Red+Green+Blue) = 220+6+7=233 (30% of max value = 765). Red value is 220 (86.33% from 255 or 94.42% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 7 (3.12% from 255 or 3.00% from 233); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0607 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0607 is #23F9F8. Grayscale: #464646. Windows color (decimal): -2357753 or 460508. OLE color: 460508.

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

Color convert

RGB 220 6 7 -
CMYK 0 0.97 0.97 0.14
HSL 359.72º 0.95% 0.44% -
HSV(B) 359.72º 0.97% 0.86% -
XYZ 29.62 15.36 1.6 -
YUV 70.1 92.4 234.92 -
System Red Green Blue C M Y K H S L
Decimal 220 6 7 0 0.97 0.97 0.14 359.72 0.95 0.44
Hex DC 6 7 0 61 61 E 168 5F 2C
Octal 334 6 7 0 141 141 16 550 137 54
Binary 11011100 110 111 0 1100001 1100001 1110 101101000 1011111 101100

Color Harmonies of #DC0607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0607

Black with #DC0607

Text Example


Text Example

White with #DC0607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0607; }

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

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

background-color css

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

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

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

border-color css

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

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

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