Html Css Color HEX #DC4015 Harley Davidson Orange

📋 copy color: '#DC4015'

red 220 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #DC4015

Tints of Harley Davidson Orange #DC4015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.98%

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

R = 72.13%
G = 20.98%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC4015 (or 0xDC4015) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 15. RGB value is (220,64,21). Sum of RGB (Red+Green+Blue) = 220+64+21=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 64 (25.39% from 255 or 20.98% from 305); Blue value is 21 (8.59% from 255 or 6.89% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4015 is #23BFEA. Grayscale: #6A6A6A. Windows color (decimal): -2342891 or 1392860. OLE color: 1392860.

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

Color convert

RGB 220 64 21 -
CMYK 0 0.71 0.90 0.14
HSL 12.96º 0.83% 0.47% -
HSV(B) 12.96º 0.9% 0.86% -
XYZ 31.48 18.94 2.71 -
YUV 105.74 80.18 209.5 -
System Red Green Blue C M Y K H S L
Decimal 220 64 21 0 0.71 0.90 0.14 12.96 0.83 0.47
Hex DC 40 15 0 47 5A E D 53 2F
Octal 334 100 25 0 107 132 16 15 123 57
Binary 11011100 1000000 10101 0 1000111 1011010 1110 1101 1010011 101111

Color Harmonies of #DC4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4015

Black with #DC4015

Text Example


Text Example

White with #DC4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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