Html Css Color HEX #DC0015 Venetian Red

📋 copy color: '#DC0015'

red 220 ◦ green 0 ◦ blue 21

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

Shades of Venetian Red #DC0015

Tints of Venetian Red #DC0015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 21 (8.59% from 255) = 8.71%

R = 91.29%
G = 0%
B = 8.71%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC0015 (or 0xDC0015) is known color: Venetian Red. HEX triplet: DC, 00 and 15. RGB value is (220,0,21). Sum of RGB (Red+Green+Blue) = 220+0+21=241 (31% of max value = 765). Red value is 220 (86.33% from 255 or 91.29% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 21 (8.59% from 255 or 8.71% from 241); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0015 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0015 is #23FFEA. Grayscale: #444444. Windows color (decimal): -2359275 or 1376476. OLE color: 1376476.

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

Color convert

RGB 220 0 21 -
CMYK 0 1 0.90 0.14
HSL 354.27º 1% 0.43% -
HSV(B) 354.27º 1% 0.86% -
XYZ 29.65 15.27 2.09 -
YUV 68.17 101.39 236.29 -
System Red Green Blue C M Y K H S L
Decimal 220 0 21 0 1 0.90 0.14 354.27 1 0.43
Hex DC 0 15 0 64 5A E 162 64 2B
Octal 334 0 25 0 144 132 16 542 144 53
Binary 11011100 0 10101 0 1100100 1011010 1110 101100010 1100100 101011

Color Harmonies of #DC0015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0015

Black with #DC0015

Text Example


Text Example

White with #DC0015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0015; }

 p { color: rgb(220,0,21); }

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

background-color css

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

 a { background-color: rgb(220,0,21); }

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

border-color css

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

 span { border-color: rgb(220,0,21); }

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