Html Css Color HEX #DC040E Venetian Red

📋 copy color: '#DC040E'

red 220 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #DC040E

Tints of Venetian Red #DC040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.88%

R = 92.44%
G = 1.68%
B = 5.88%

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

#DC040E (or 0xDC040E) is known color: Venetian Red. HEX triplet: DC, 04 and 0E. RGB value is (220,4,14). Sum of RGB (Red+Green+Blue) = 220+4+14=238 (31% of max value = 765). Red value is 220 (86.33% from 255 or 92.44% from 238); Green value is 4 (1.95% from 255 or 1.68% from 238); Blue value is 14 (5.86% from 255 or 5.88% from 238); Max value from RGB is 220 - color contains mainly: red. Hex color #DC040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC040E is #23FBF1. Grayscale: #454545. Windows color (decimal): -2358258 or 918748. OLE color: 918748.

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

Color convert

RGB 220 4 14 -
CMYK 0 0.98 0.94 0.14
HSL 357.22º 0.96% 0.44% -
HSV(B) 357.22º 0.98% 0.86% -
XYZ 29.64 15.33 1.81 -
YUV 69.72 96.56 235.19 -
System Red Green Blue C M Y K H S L
Decimal 220 4 14 0 0.98 0.94 0.14 357.22 0.96 0.44
Hex DC 4 E 0 62 5E E 165 60 2C
Octal 334 4 16 0 142 136 16 545 140 54
Binary 11011100 100 1110 0 1100010 1011110 1110 101100101 1100000 101100

Color Harmonies of #DC040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC040E

Black with #DC040E

Text Example


Text Example

White with #DC040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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