Html Css Color HEX #DC040C Venetian Red

📋 copy color: '#DC040C'

red 220 ◦ green 4 ◦ blue 12

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

Shades of Venetian Red #DC040C

Tints of Venetian Red #DC040C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 93.22%
G = 1.69%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC040C (or 0xDC040C) is known color: Venetian Red. HEX triplet: DC, 04 and 0C. RGB value is (220,4,12). Sum of RGB (Red+Green+Blue) = 220+4+12=236 (31% of max value = 765). Red value is 220 (86.33% from 255 or 93.22% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 220 - color contains mainly: red. Hex color #DC040C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC040C is #23FBF3. Grayscale: #454545. Windows color (decimal): -2358260 or 787676. OLE color: 787676.

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

Color convert

RGB 220 4 12 -
CMYK 0 0.98 0.95 0.14
HSL 357.78º 0.96% 0.44% -
HSV(B) 357.78º 0.98% 0.86% -
XYZ 29.62 15.33 1.75 -
YUV 69.5 95.56 235.35 -
System Red Green Blue C M Y K H S L
Decimal 220 4 12 0 0.98 0.95 0.14 357.78 0.96 0.44
Hex DC 4 C 0 62 5F E 166 60 2C
Octal 334 4 14 0 142 137 16 546 140 54
Binary 11011100 100 1100 0 1100010 1011111 1110 101100110 1100000 101100

Color Harmonies of #DC040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC040C

Black with #DC040C

Text Example


Text Example

White with #DC040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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