Html Css Color HEX #DC1914 Harley Davidson Orange

📋 copy color: '#DC1914'

red 220 ◦ green 25 ◦ blue 20

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

Shades of Harley Davidson Orange #DC1914

Tints of Harley Davidson Orange #DC1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.43%

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

R = 83.02%
G = 9.43%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC1914 (or 0xDC1914) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 14. RGB value is (220,25,20). Sum of RGB (Red+Green+Blue) = 220+25+20=265 (35% of max value = 765). Red value is 220 (86.33% from 255 or 83.02% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1914 is #23E6EB. Grayscale: #525252. Windows color (decimal): -2352876 or 1317340. OLE color: 1317340.

HSL color Cylindrical-coordinate representation of color #DC1914: hue angle of 1.5º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC1914 is Cyan = 0, Magento = 0.89, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 20 -
CMYK 0 0.89 0.91 0.14
HSL 1.5º 0.83% 0.47% -
HSV(B) 1.5º 0.91% 0.86% -
XYZ 29.99 15.96 2.16 -
YUV 82.74 92.6 225.91 -
System Red Green Blue C M Y K H S L
Decimal 220 25 20 0 0.89 0.91 0.14 1.5 0.83 0.47
Hex DC 19 14 0 59 5B E 2 53 2F
Octal 334 31 24 0 131 133 16 2 123 57
Binary 11011100 11001 10100 0 1011001 1011011 1110 10 1010011 101111

Color Harmonies of #DC1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1914

Black with #DC1914

Text Example


Text Example

White with #DC1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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