Html Css Color HEX #DC0415 Venetian Red

📋 copy color: '#DC0415'

red 220 ◦ green 4 ◦ blue 21

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

Shades of Venetian Red #DC0415

Tints of Venetian Red #DC0415

RGB

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

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

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

R = 89.8%
G = 1.63%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC0415 (or 0xDC0415) is known color: Venetian Red. HEX triplet: DC, 04 and 15. RGB value is (220,4,21). Sum of RGB (Red+Green+Blue) = 220+4+21=245 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.80% from 245); Green value is 4 (1.95% from 255 or 1.63% from 245); Blue value is 21 (8.59% from 255 or 8.57% from 245); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0415 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0415 is #23FBEA. Grayscale: #464646. Windows color (decimal): -2358251 or 1377500. OLE color: 1377500.

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

Color convert

RGB 220 4 21 -
CMYK 0 0.98 0.90 0.14
HSL 355.28º 0.96% 0.44% -
HSV(B) 355.28º 0.98% 0.86% -
XYZ 29.69 15.36 2.11 -
YUV 70.52 100.06 234.62 -
System Red Green Blue C M Y K H S L
Decimal 220 4 21 0 0.98 0.90 0.14 355.28 0.96 0.44
Hex DC 4 15 0 62 5A E 163 60 2C
Octal 334 4 25 0 142 132 16 543 140 54
Binary 11011100 100 10101 0 1100010 1011010 1110 101100011 1100000 101100

Color Harmonies of #DC0415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0415

Black with #DC0415

Text Example


Text Example

White with #DC0415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0415; }

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

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

background-color css

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

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

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

border-color css

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

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

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