Html Css Color HEX #DC4617 Harley Davidson Orange

📋 copy color: '#DC4617'

red 220 ◦ green 70 ◦ blue 23

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

Shades of Harley Davidson Orange #DC4617

Tints of Harley Davidson Orange #DC4617

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.36%

 BLUE value IS 23 (9.38% from 255) = 7.35%

R = 70.29%
G = 22.36%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4617 (or 0xDC4617) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 17. RGB value is (220,70,23). Sum of RGB (Red+Green+Blue) = 220+70+23=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 23 (9.38% from 255 or 7.35% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4617 is #23B9E8. Grayscale: #6D6D6D. Windows color (decimal): -2341353 or 1525468. OLE color: 1525468.

HSL color Cylindrical-coordinate representation of color #DC4617: hue angle of 14.31º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC4617 is Cyan = 0, Magento = 0.68, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 23 -
CMYK 0 0.68 0.90 0.14
HSL 14.31º 0.81% 0.48% -
HSV(B) 14.31º 0.9% 0.86% -
XYZ 31.86 19.66 2.93 -
YUV 109.49 79.2 206.82 -
System Red Green Blue C M Y K H S L
Decimal 220 70 23 0 0.68 0.90 0.14 14.31 0.81 0.48
Hex DC 46 17 0 44 5A E E 51 30
Octal 334 106 27 0 104 132 16 16 121 60
Binary 11011100 1000110 10111 0 1000100 1011010 1110 1110 1010001 110000

Color Harmonies of #DC4617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4617

Black with #DC4617

Text Example


Text Example

White with #DC4617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4617; }

 p { color: rgb(220,70,23); }

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

background-color css

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

 a { background-color: rgb(220,70,23); }

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

border-color css

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

 span { border-color: rgb(220,70,23); }

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