Html Css Color HEX #DD450E Harley Davidson Orange

📋 copy color: '#DD450E'

red 221 ◦ green 69 ◦ blue 14

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

Shades of Harley Davidson Orange #DD450E

Tints of Harley Davidson Orange #DD450E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.7%

 BLUE value IS 14 (5.86% from 255) = 4.61%

R = 72.7%
G = 22.7%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD450E (or 0xDD450E) is known color: Harley Davidson Orange. HEX triplet: DD, 45 and 0E. RGB value is (221,69,14). Sum of RGB (Red+Green+Blue) = 221+69+14=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 14 (5.86% from 255 or 4.61% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD450E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD450E is #22BAF1. Grayscale: #6C6C6C. Windows color (decimal): -2276082 or 935389. OLE color: 935389.

HSL color Cylindrical-coordinate representation of color #DD450E: hue angle of 15.94º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD450E is Cyan = 0, Magento = 0.69, Yellow = 0.94 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 69 14 -
CMYK 0 0.69 0.94 0.13
HSL 15.94º 0.88% 0.46% -
HSV(B) 15.94º 0.94% 0.87% -
XYZ 32.03 19.66 2.52 -
YUV 108.18 74.86 208.47 -
System Red Green Blue C M Y K H S L
Decimal 221 69 14 0 0.69 0.94 0.13 15.94 0.88 0.46
Hex DD 45 E 0 45 5E D 10 58 2E
Octal 335 105 16 0 105 136 15 20 130 56
Binary 11011101 1000101 1110 0 1000101 1011110 1101 10000 1011000 101110

Color Harmonies of #DD450E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD450E

Black with #DD450E

Text Example


Text Example

White with #DD450E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD450E; }

 p { color: rgb(221,69,14); }

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

background-color css

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

 a { background-color: rgb(221,69,14); }

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

border-color css

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

 span { border-color: rgb(221,69,14); }

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