Html Css Color HEX #DC051A Venetian Red

📋 copy color: '#DC051A'

red 220 ◦ green 5 ◦ blue 26

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

Shades of Venetian Red #DC051A

Tints of Venetian Red #DC051A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 26 (10.55% from 255) = 10.36%

R = 87.65%
G = 1.99%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC051A (or 0xDC051A) is known color: Venetian Red. HEX triplet: DC, 05 and 1A. RGB value is (220,5,26). Sum of RGB (Red+Green+Blue) = 220+5+26=251 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.65% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 26 (10.55% from 255 or 10.36% from 251); Max value from RGB is 220 - color contains mainly: red. Hex color #DC051A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC051A is #23FAE5. Grayscale: #474747. Windows color (decimal): -2357990 or 1705436. OLE color: 1705436.

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

Color convert

RGB 220 5 26 -
CMYK 0 0.98 0.88 0.14
HSL 354.14º 0.96% 0.44% -
HSV(B) 354.14º 0.98% 0.86% -
XYZ 29.76 15.4 2.38 -
YUV 71.68 102.23 233.79 -
System Red Green Blue C M Y K H S L
Decimal 220 5 26 0 0.98 0.88 0.14 354.14 0.96 0.44
Hex DC 5 1A 0 62 58 E 162 60 2C
Octal 334 5 32 0 142 130 16 542 140 54
Binary 11011100 101 11010 0 1100010 1011000 1110 101100010 1100000 101100

Color Harmonies of #DC051A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC051A

Black with #DC051A

Text Example


Text Example

White with #DC051A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC051A; }

 p { color: rgb(220,5,26); }

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

background-color css

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

 a { background-color: rgb(220,5,26); }

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

border-color css

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

 span { border-color: rgb(220,5,26); }

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