Html Css Color HEX #DC4915 Harley Davidson Orange

📋 copy color: '#DC4915'

red 220 ◦ green 73 ◦ blue 21

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

Shades of Harley Davidson Orange #DC4915

Tints of Harley Davidson Orange #DC4915

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.25%

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

R = 70.06%
G = 23.25%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4915 (or 0xDC4915) is known color: Harley Davidson Orange. HEX triplet: DC, 49 and 15. RGB value is (220,73,21). Sum of RGB (Red+Green+Blue) = 220+73+21=314 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.06% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4915 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4915 is #23B6EA. Grayscale: #6F6F6F. Windows color (decimal): -2340587 or 1395164. OLE color: 1395164.

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

Color convert

RGB 220 73 21 -
CMYK 0 0.67 0.90 0.14
HSL 15.68º 0.83% 0.47% -
HSV(B) 15.68º 0.9% 0.86% -
XYZ 32.03 20.03 2.89 -
YUV 111.03 77.2 205.73 -
System Red Green Blue C M Y K H S L
Decimal 220 73 21 0 0.67 0.90 0.14 15.68 0.83 0.47
Hex DC 49 15 0 43 5A E 10 53 2F
Octal 334 111 25 0 103 132 16 20 123 57
Binary 11011100 1001001 10101 0 1000011 1011010 1110 10000 1010011 101111

Color Harmonies of #DC4915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4915

Black with #DC4915

Text Example


Text Example

White with #DC4915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4915; }

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

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

background-color css

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

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

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

border-color css

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

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

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