Html Css Color HEX #DC040D Venetian Red

📋 copy color: '#DC040D'

red 220 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #DC040D

Tints of Venetian Red #DC040D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 92.83%
G = 1.69%
B = 5.49%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.14

RGB Variations

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

Color information

#DC040D (or 0xDC040D) is known color: Venetian Red. HEX triplet: DC, 04 and 0D. RGB value is (220,4,13). Sum of RGB (Red+Green+Blue) = 220+4+13=237 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.83% from 237); Green value is 4 (1.95% from 255 or 1.69% from 237); Blue value is 13 (5.47% from 255 or 5.49% from 237); Max value from RGB is 220 - color contains mainly: red. Hex color #DC040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC040D is #23FBF2. Grayscale: #454545. Windows color (decimal): -2358259 or 853212. OLE color: 853212.

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

Color convert

RGB 220 4 13 -
CMYK 0 0.98 0.94 0.14
HSL 357.5º 0.96% 0.44% -
HSV(B) 357.5º 0.98% 0.86% -
XYZ 29.63 15.33 1.78 -
YUV 69.61 96.06 235.27 -
System Red Green Blue C M Y K H S L
Decimal 220 4 13 0 0.98 0.94 0.14 357.5 0.96 0.44
Hex DC 4 D 0 62 5E E 166 60 2C
Octal 334 4 15 0 142 136 16 546 140 54
Binary 11011100 100 1101 0 1100010 1011110 1110 101100110 1100000 101100

Color Harmonies of #DC040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC040D

Black with #DC040D

Text Example


Text Example

White with #DC040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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