Html Css Color HEX #DD290B Harley Davidson Orange

📋 copy color: '#DD290B'

red 221 ◦ green 41 ◦ blue 11

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

Shades of Harley Davidson Orange #DD290B

Tints of Harley Davidson Orange #DD290B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 80.95%
G = 15.02%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.13

RGB Variations

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

Color information

#DD290B (or 0xDD290B) is known color: Harley Davidson Orange. HEX triplet: DD, 29 and 0B. RGB value is (221,41,11). Sum of RGB (Red+Green+Blue) = 221+41+11=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD290B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD290B is #22D6F4. Grayscale: #5B5B5B. Windows color (decimal): -2283253 or 731613. OLE color: 731613.

HSL color Cylindrical-coordinate representation of color #DD290B: hue angle of 8.57º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD290B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 41 11 -
CMYK 0 0.81 0.95 0.13
HSL 8.57º 0.91% 0.45% -
HSV(B) 8.57º 0.95% 0.87% -
XYZ 30.67 16.98 1.98 -
YUV 91.4 82.63 220.44 -
System Red Green Blue C M Y K H S L
Decimal 221 41 11 0 0.81 0.95 0.13 8.57 0.91 0.45
Hex DD 29 B 0 51 5F D 9 5B 2D
Octal 335 51 13 0 121 137 15 11 133 55
Binary 11011101 101001 1011 0 1010001 1011111 1101 1001 1011011 101101

Color Harmonies of #DD290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD290B

Black with #DD290B

Text Example


Text Example

White with #DD290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD290B; }

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

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

background-color css

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

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

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

border-color css

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

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

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