Html Css Color HEX #DC4115 Harley Davidson Orange

📋 copy color: '#DC4115'

red 220 ◦ green 65 ◦ blue 21

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

Shades of Harley Davidson Orange #DC4115

Tints of Harley Davidson Orange #DC4115

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.24%

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

R = 71.9%
G = 21.24%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4115 (or 0xDC4115) is known color: Harley Davidson Orange. HEX triplet: DC, 41 and 15. RGB value is (220,65,21). Sum of RGB (Red+Green+Blue) = 220+65+21=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4115 is #23BEEA. Grayscale: #6A6A6A. Windows color (decimal): -2342635 or 1393116. OLE color: 1393116.

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

Color convert

RGB 220 65 21 -
CMYK 0 0.70 0.90 0.14
HSL 13.27º 0.83% 0.47% -
HSV(B) 13.27º 0.9% 0.86% -
XYZ 31.54 19.05 2.72 -
YUV 106.33 79.85 209.08 -
System Red Green Blue C M Y K H S L
Decimal 220 65 21 0 0.70 0.90 0.14 13.27 0.83 0.47
Hex DC 41 15 0 46 5A E D 53 2F
Octal 334 101 25 0 106 132 16 15 123 57
Binary 11011100 1000001 10101 0 1000110 1011010 1110 1101 1010011 101111

Color Harmonies of #DC4115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4115

Black with #DC4115

Text Example


Text Example

White with #DC4115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4115; }

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

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

background-color css

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

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

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

border-color css

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

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

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