Html Css Color HEX #DC061A Venetian Red

📋 copy color: '#DC061A'

red 220 ◦ green 6 ◦ blue 26

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

Shades of Venetian Red #DC061A

Tints of Venetian Red #DC061A

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.38%

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

R = 87.3%
G = 2.38%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.88

 K value IS 0.14

RGB Variations

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

Color information

#DC061A (or 0xDC061A) is known color: Venetian Red. HEX triplet: DC, 06 and 1A. RGB value is (220,6,26). Sum of RGB (Red+Green+Blue) = 220+6+26=252 (33% of max value = 765). Red value is 220 (86.33% from 255 or 87.30% from 252); Green value is 6 (2.73% from 255 or 2.38% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 220 - color contains mainly: red. Hex color #DC061A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC061A is #23F9E5. Grayscale: #484848. Windows color (decimal): -2357734 or 1705692. OLE color: 1705692.

HSL color Cylindrical-coordinate representation of color #DC061A: hue angle of 354.39º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC061A is Cyan = 0, Magento = 0.97, Yellow = 0.88 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 6 26 -
CMYK 0 0.97 0.88 0.14
HSL 354.39º 0.95% 0.44% -
HSV(B) 354.39º 0.97% 0.86% -
XYZ 29.77 15.42 2.38 -
YUV 72.27 101.9 233.37 -
System Red Green Blue C M Y K H S L
Decimal 220 6 26 0 0.97 0.88 0.14 354.39 0.95 0.44
Hex DC 6 1A 0 61 58 E 162 5F 2C
Octal 334 6 32 0 141 130 16 542 137 54
Binary 11011100 110 11010 0 1100001 1011000 1110 101100010 1011111 101100

Color Harmonies of #DC061A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC061A

Black with #DC061A

Text Example


Text Example

White with #DC061A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC061A; }

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

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

background-color css

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

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

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

border-color css

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

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

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