Html Css Color HEX #DD290D Harley Davidson Orange

📋 copy color: '#DD290D'

red 221 ◦ green 41 ◦ blue 13

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

Shades of Harley Davidson Orange #DD290D

Tints of Harley Davidson Orange #DD290D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.73%

R = 80.36%
G = 14.91%
B = 4.73%

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

#DD290D (or 0xDD290D) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 0D. RGB value is (221,41,13). Sum of RGB (Red+Green+Blue) = 221+41+13=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 13 (5.47% from 255 or 4.73% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD290D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD290D is #22D6F2. Grayscale: #5B5B5B. Windows color (decimal): -2283251 or 862685. OLE color: 862685.

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

Color convert

RGB 221 41 13 -
CMYK 0 0.81 0.94 0.13
HSL 8.08º 0.89% 0.46% -
HSV(B) 8.08º 0.94% 0.87% -
XYZ 30.68 16.99 2.04 -
YUV 91.63 83.63 220.28 -
System Red Green Blue C M Y K H S L
Decimal 221 41 13 0 0.81 0.94 0.13 8.08 0.89 0.46
Hex DD 29 D 0 51 5E D 8 59 2E
Octal 335 51 15 0 121 136 15 10 131 56
Binary 11011101 101001 1101 0 1010001 1011110 1101 1000 1011001 101110

Color Harmonies of #DD290D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD290D

Black with #DD290D

Text Example


Text Example

White with #DD290D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD290D; }

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

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

background-color css

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

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

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

border-color css

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

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

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