Html Css Color HEX #DD1A0E Harley Davidson Orange

📋 copy color: '#DD1A0E'

red 221 ◦ green 26 ◦ blue 14

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

Shades of Harley Davidson Orange #DD1A0E

Tints of Harley Davidson Orange #DD1A0E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

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

R = 84.67%
G = 9.96%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD1A0E (or 0xDD1A0E) is known color: Harley Davidson Orange. HEX triplet: DD, 1A and 0E. RGB value is (221,26,14). Sum of RGB (Red+Green+Blue) = 221+26+14=261 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.67% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 14 (5.86% from 255 or 5.36% from 261); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1A0E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1A0E is #22E5F1. Grayscale: #535353. Windows color (decimal): -2287090 or 924381. OLE color: 924381.

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

Color convert

RGB 221 26 14 -
CMYK 0 0.88 0.94 0.13
HSL 3.48º 0.88% 0.46% -
HSV(B) 3.48º 0.94% 0.87% -
XYZ 30.27 16.14 1.94 -
YUV 82.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 221 26 14 0 0.88 0.94 0.13 3.48 0.88 0.46
Hex DD 1A E 0 58 5E D 3 58 2E
Octal 335 32 16 0 130 136 15 3 130 56
Binary 11011101 11010 1110 0 1011000 1011110 1101 11 1011000 101110

Color Harmonies of #DD1A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1A0E

Black with #DD1A0E

Text Example


Text Example

White with #DD1A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1A0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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