Html Css Color HEX #DD4015 Harley Davidson Orange

📋 copy color: '#DD4015'

red 221 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #DD4015

Tints of Harley Davidson Orange #DD4015

RGB

 RED value IS 221 (86.72% from 255) = 72.22%

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

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

R = 72.22%
G = 20.92%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD4015 (or 0xDD4015) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 15. RGB value is (221,64,21). Sum of RGB (Red+Green+Blue) = 221+64+21=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4015 is #22BFEA. Grayscale: #6A6A6A. Windows color (decimal): -2277355 or 1392861. OLE color: 1392861.

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

Color convert

RGB 221 64 21 -
CMYK 0 0.71 0.90 0.13
HSL 12.9º 0.83% 0.47% -
HSV(B) 12.9º 0.9% 0.87% -
XYZ 31.79 19.09 2.72 -
YUV 106.04 80.01 210 -
System Red Green Blue C M Y K H S L
Decimal 221 64 21 0 0.71 0.90 0.13 12.9 0.83 0.47
Hex DD 40 15 0 47 5A D D 53 2F
Octal 335 100 25 0 107 132 15 15 123 57
Binary 11011101 1000000 10101 0 1000111 1011010 1101 1101 1010011 101111

Color Harmonies of #DD4015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4015

Black with #DD4015

Text Example


Text Example

White with #DD4015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4015; }

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

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

background-color css

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

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

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

border-color css

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

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

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