Html Css Color HEX #DD3515 Harley Davidson Orange

📋 copy color: '#DD3515'

red 221 ◦ green 53 ◦ blue 21

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

Shades of Harley Davidson Orange #DD3515

Tints of Harley Davidson Orange #DD3515

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.97%

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

R = 74.92%
G = 17.97%
B = 7.12%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DD3515 (or 0xDD3515) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 15. RGB value is (221,53,21). Sum of RGB (Red+Green+Blue) = 221+53+21=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 53 (21.09% from 255 or 17.97% from 295); Blue value is 21 (8.59% from 255 or 7.12% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3515 is #22CAEA. Grayscale: #636363. Windows color (decimal): -2280171 or 1390045. OLE color: 1390045.

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

Color convert

RGB 221 53 21 -
CMYK 0 0.76 0.90 0.13
HSL 9.6º 0.83% 0.47% -
HSV(B) 9.6º 0.9% 0.87% -
XYZ 31.23 17.97 2.53 -
YUV 99.58 83.66 214.6 -
System Red Green Blue C M Y K H S L
Decimal 221 53 21 0 0.76 0.90 0.13 9.6 0.83 0.47
Hex DD 35 15 0 4C 5A D A 53 2F
Octal 335 65 25 0 114 132 15 12 123 57
Binary 11011101 110101 10101 0 1001100 1011010 1101 1010 1010011 101111

Color Harmonies of #DD3515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3515

Black with #DD3515

Text Example


Text Example

White with #DD3515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3515; }

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

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

background-color css

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

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

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

border-color css

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

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

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