Html Css Color HEX #DC071A Venetian Red

📋 copy color: '#DC071A'

red 220 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #DC071A

Tints of Venetian Red #DC071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.77%

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

R = 86.96%
G = 2.77%
B = 10.28%

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

#DC071A (or 0xDC071A) is known color: Venetian Red. HEX triplet: DC, 07 and 1A. RGB value is (220,7,26). Sum of RGB (Red+Green+Blue) = 220+7+26=253 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.96% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 26 (10.55% from 255 or 10.28% from 253); Max value from RGB is 220 - color contains mainly: red. Hex color #DC071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC071A is #23F8E5. Grayscale: #484848. Windows color (decimal): -2357478 or 1705948. OLE color: 1705948.

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

Color convert

RGB 220 7 26 -
CMYK 0 0.97 0.88 0.14
HSL 354.65º 0.94% 0.45% -
HSV(B) 354.65º 0.97% 0.86% -
XYZ 29.78 15.44 2.39 -
YUV 72.85 101.57 232.96 -
System Red Green Blue C M Y K H S L
Decimal 220 7 26 0 0.97 0.88 0.14 354.65 0.94 0.45
Hex DC 7 1A 0 61 58 E 163 5E 2D
Octal 334 7 32 0 141 130 16 543 136 55
Binary 11011100 111 11010 0 1100001 1011000 1110 101100011 1011110 101101

Color Harmonies of #DC071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC071A

Black with #DC071A

Text Example


Text Example

White with #DC071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC071A; }

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

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

background-color css

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

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

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

border-color css

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

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

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