Html Css Color HEX #DC4519 Harley Davidson Orange

📋 copy color: '#DC4519'

red 220 ◦ green 69 ◦ blue 25

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

Shades of Harley Davidson Orange #DC4519

Tints of Harley Davidson Orange #DC4519

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.97%

 BLUE value IS 25 (10.16% from 255) = 7.96%

R = 70.06%
G = 21.97%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC4519 (or 0xDC4519) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 19. RGB value is (220,69,25). Sum of RGB (Red+Green+Blue) = 220+69+25=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 69 (27.34% from 255 or 21.97% from 314); Blue value is 25 (10.16% from 255 or 7.96% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4519 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4519 is #23BAE6. Grayscale: #6D6D6D. Windows color (decimal): -2341607 or 1656284. OLE color: 1656284.

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

Color convert

RGB 220 69 25 -
CMYK 0 0.69 0.89 0.14
HSL 13.54º 0.8% 0.48% -
HSV(B) 13.54º 0.89% 0.86% -
XYZ 31.82 19.54 3.01 -
YUV 109.13 80.53 207.08 -
System Red Green Blue C M Y K H S L
Decimal 220 69 25 0 0.69 0.89 0.14 13.54 0.8 0.48
Hex DC 45 19 0 45 59 E E 50 30
Octal 334 105 31 0 105 131 16 16 120 60
Binary 11011100 1000101 11001 0 1000101 1011001 1110 1110 1010000 110000

Color Harmonies of #DC4519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4519

Black with #DC4519

Text Example


Text Example

White with #DC4519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4519; }

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

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

background-color css

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

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

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

border-color css

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

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

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