Html Css Color HEX #DC4515 Harley Davidson Orange

📋 copy color: '#DC4515'

red 220 ◦ green 69 ◦ blue 21

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

Shades of Harley Davidson Orange #DC4515

Tints of Harley Davidson Orange #DC4515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.77%

R = 70.97%
G = 22.26%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4515 (or 0xDC4515) is known color: Harley Davidson Orange. HEX triplet: DC, 45 and 15. RGB value is (220,69,21). Sum of RGB (Red+Green+Blue) = 220+69+21=310 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.97% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 21 (8.59% from 255 or 6.77% from 310); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4515 is #23BAEA. Grayscale: #6D6D6D. Windows color (decimal): -2341611 or 1394140. OLE color: 1394140.

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

Color convert

RGB 220 69 21 -
CMYK 0 0.69 0.90 0.14
HSL 14.47º 0.83% 0.47% -
HSV(B) 14.47º 0.9% 0.86% -
XYZ 31.78 19.53 2.8 -
YUV 108.68 78.53 207.4 -
System Red Green Blue C M Y K H S L
Decimal 220 69 21 0 0.69 0.90 0.14 14.47 0.83 0.47
Hex DC 45 15 0 45 5A E E 53 2F
Octal 334 105 25 0 105 132 16 16 123 57
Binary 11011100 1000101 10101 0 1000101 1011010 1110 1110 1010011 101111

Color Harmonies of #DC4515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4515

Black with #DC4515

Text Example


Text Example

White with #DC4515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4515; }

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

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

background-color css

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

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

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

border-color css

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

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

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