Html Css Color HEX #DC070D Venetian Red

📋 copy color: '#DC070D'

red 220 ◦ green 7 ◦ blue 13

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

Shades of Venetian Red #DC070D

Tints of Venetian Red #DC070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.92%

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

R = 91.67%
G = 2.92%
B = 5.42%

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

#DC070D (or 0xDC070D) is known color: Venetian Red. HEX triplet: DC, 07 and 0D. RGB value is (220,7,13). Sum of RGB (Red+Green+Blue) = 220+7+13=240 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.67% from 240); Green value is 7 (3.12% from 255 or 2.92% from 240); Blue value is 13 (5.47% from 255 or 5.42% from 240); Max value from RGB is 220 - color contains mainly: red. Hex color #DC070D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC070D is #23F8F2. Grayscale: #474747. Windows color (decimal): -2357491 or 853980. OLE color: 853980.

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

Color convert

RGB 220 7 13 -
CMYK 0 0.97 0.94 0.14
HSL 358.31º 0.94% 0.45% -
HSV(B) 358.31º 0.97% 0.86% -
XYZ 29.66 15.4 1.79 -
YUV 71.37 95.07 234.01 -
System Red Green Blue C M Y K H S L
Decimal 220 7 13 0 0.97 0.94 0.14 358.31 0.94 0.45
Hex DC 7 D 0 61 5E E 166 5E 2D
Octal 334 7 15 0 141 136 16 546 136 55
Binary 11011100 111 1101 0 1100001 1011110 1110 101100110 1011110 101101

Color Harmonies of #DC070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC070D

Black with #DC070D

Text Example


Text Example

White with #DC070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC070D; }

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

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

background-color css

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

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

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

border-color css

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

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

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