Html Css Color HEX #DD290E Harley Davidson Orange

📋 copy color: '#DD290E'

red 221 ◦ green 41 ◦ blue 14

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

Shades of Harley Davidson Orange #DD290E

Tints of Harley Davidson Orange #DD290E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.86%

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

R = 80.07%
G = 14.86%
B = 5.07%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DD290E (or 0xDD290E) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 0E. RGB value is (221,41,14). Sum of RGB (Red+Green+Blue) = 221+41+14=276 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.07% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 14 (5.86% from 255 or 5.07% from 276); Max value from RGB is 221 - color contains mainly: red. Hex color #DD290E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD290E is #22D6F1. Grayscale: #5C5C5C. Windows color (decimal): -2283250 or 928221. OLE color: 928221.

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

Color convert

RGB 221 41 14 -
CMYK 0 0.81 0.94 0.13
HSL 7.83º 0.88% 0.46% -
HSV(B) 7.83º 0.94% 0.87% -
XYZ 30.69 16.99 2.08 -
YUV 91.74 84.13 220.2 -
System Red Green Blue C M Y K H S L
Decimal 221 41 14 0 0.81 0.94 0.13 7.83 0.88 0.46
Hex DD 29 E 0 51 5E D 8 58 2E
Octal 335 51 16 0 121 136 15 10 130 56
Binary 11011101 101001 1110 0 1010001 1011110 1101 1000 1011000 101110

Color Harmonies of #DD290E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD290E

Black with #DD290E

Text Example


Text Example

White with #DD290E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD290E; }

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

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

background-color css

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

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

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

border-color css

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

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

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