Html Css Color HEX #DD420E Harley Davidson Orange

📋 copy color: '#DD420E'

red 221 ◦ green 66 ◦ blue 14

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

Shades of Harley Davidson Orange #DD420E

Tints of Harley Davidson Orange #DD420E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.93%

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

R = 73.42%
G = 21.93%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD420E (or 0xDD420E) is known color: Harley Davidson Orange. HEX triplet: DD, 42 and 0E. RGB value is (221,66,14). Sum of RGB (Red+Green+Blue) = 221+66+14=301 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.42% from 301); Green value is 66 (26.17% from 255 or 21.93% from 301); Blue value is 14 (5.86% from 255 or 4.65% from 301); Max value from RGB is 221 - color contains mainly: red. Hex color #DD420E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD420E is #22BDF1. Grayscale: #6A6A6A. Windows color (decimal): -2276850 or 934621. OLE color: 934621.

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

Color convert

RGB 221 66 14 -
CMYK 0 0.70 0.94 0.13
HSL 15.07º 0.88% 0.46% -
HSV(B) 15.07º 0.94% 0.87% -
XYZ 31.85 19.3 2.46 -
YUV 106.42 75.85 209.73 -
System Red Green Blue C M Y K H S L
Decimal 221 66 14 0 0.70 0.94 0.13 15.07 0.88 0.46
Hex DD 42 E 0 46 5E D F 58 2E
Octal 335 102 16 0 106 136 15 17 130 56
Binary 11011101 1000010 1110 0 1000110 1011110 1101 1111 1011000 101110

Color Harmonies of #DD420E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD420E

Black with #DD420E

Text Example


Text Example

White with #DD420E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD420E; }

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

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

background-color css

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

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

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

border-color css

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

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

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