Html Css Color HEX #DC000A Venetian Red

📋 copy color: '#DC000A'

red 220 ◦ green 0 ◦ blue 10

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

Shades of Venetian Red #DC000A

Tints of Venetian Red #DC000A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.35%

R = 95.65%
G = 0%
B = 4.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.14

RGB Variations

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

Color information

#DC000A (or 0xDC000A) is known color: Venetian Red. HEX triplet: DC, 00 and 0A. RGB value is (220,0,10). Sum of RGB (Red+Green+Blue) = 220+0+10=230 (30% of max value = 765). Red value is 220 (86.33% from 255 or 95.65% from 230); Green value is 0 (0.39% from 255 or 0% from 230); Blue value is 10 (4.30% from 255 or 4.35% from 230); Max value from RGB is 220 - color contains mainly: red. Hex color #DC000A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC000A is #23FFF5. Grayscale: #434343. Windows color (decimal): -2359286 or 655580. OLE color: 655580.

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

Color convert

RGB 220 0 10 -
CMYK 0 1 0.95 0.14
HSL 357.27º 1% 0.43% -
HSV(B) 357.27º 1% 0.86% -
XYZ 29.57 15.24 1.67 -
YUV 66.92 95.89 237.19 -
System Red Green Blue C M Y K H S L
Decimal 220 0 10 0 1 0.95 0.14 357.27 1 0.43
Hex DC 0 A 0 64 5F E 165 64 2B
Octal 334 0 12 0 144 137 16 545 144 53
Binary 11011100 0 1010 0 1100100 1011111 1110 101100101 1100100 101011

Color Harmonies of #DC000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC000A

Black with #DC000A

Text Example


Text Example

White with #DC000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC000A; }

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

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

background-color css

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

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

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

border-color css

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

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

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