Html Css Color HEX #DC0714 Venetian Red

📋 copy color: '#DC0714'

red 220 ◦ green 7 ◦ blue 20

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

Shades of Venetian Red #DC0714

Tints of Venetian Red #DC0714

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.1%

R = 89.07%
G = 2.83%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC0714 (or 0xDC0714) is known color: Venetian Red. HEX triplet: DC, 07 and 14. RGB value is (220,7,20). Sum of RGB (Red+Green+Blue) = 220+7+20=247 (32% of max value = 765). Red value is 220 (86.33% from 255 or 89.07% from 247); Green value is 7 (3.12% from 255 or 2.83% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0714 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC0714 is #23F8EB. Grayscale: #484848. Windows color (decimal): -2357484 or 1312732. OLE color: 1312732.

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

Color convert

RGB 220 7 20 -
CMYK 0 0.97 0.91 0.14
HSL 356.34º 0.94% 0.45% -
HSV(B) 356.34º 0.97% 0.86% -
XYZ 29.72 15.42 2.07 -
YUV 72.17 98.57 233.44 -
System Red Green Blue C M Y K H S L
Decimal 220 7 20 0 0.97 0.91 0.14 356.34 0.94 0.45
Hex DC 7 14 0 61 5B E 164 5E 2D
Octal 334 7 24 0 141 133 16 544 136 55
Binary 11011100 111 10100 0 1100001 1011011 1110 101100100 1011110 101101

Color Harmonies of #DC0714

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0714

Black with #DC0714

Text Example


Text Example

White with #DC0714

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0714; }

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

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

background-color css

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

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

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

border-color css

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

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

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