Html Css Color HEX #DD1B09 Harley Davidson Orange

📋 copy color: '#DD1B09'

red 221 ◦ green 27 ◦ blue 9

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

Shades of Harley Davidson Orange #DD1B09

Tints of Harley Davidson Orange #DD1B09

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.51%

 BLUE value IS 9 (3.91% from 255) = 3.5%

R = 85.99%
G = 10.51%
B = 3.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD1B09 (or 0xDD1B09) is known color: Harley Davidson Orange. HEX triplet: DD, 1B and 09. RGB value is (221,27,9). Sum of RGB (Red+Green+Blue) = 221+27+9=257 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.99% from 257); Green value is 27 (10.94% from 255 or 10.51% from 257); Blue value is 9 (3.91% from 255 or 3.50% from 257); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1B09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1B09 is #22E4F6. Grayscale: #535353. Windows color (decimal): -2286839 or 596957. OLE color: 596957.

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

Color convert

RGB 221 27 9 -
CMYK 0 0.88 0.96 0.13
HSL 5.09º 0.92% 0.45% -
HSV(B) 5.09º 0.96% 0.87% -
XYZ 30.26 16.18 1.79 -
YUV 82.95 86.27 226.46 -
System Red Green Blue C M Y K H S L
Decimal 221 27 9 0 0.88 0.96 0.13 5.09 0.92 0.45
Hex DD 1B 9 0 58 60 D 5 5C 2D
Octal 335 33 11 0 130 140 15 5 134 55
Binary 11011101 11011 1001 0 1011000 1100000 1101 101 1011100 101101

Color Harmonies of #DD1B09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1B09

Black with #DD1B09

Text Example


Text Example

White with #DD1B09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1B09; }

 p { color: rgb(221,27,9); }

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

background-color css

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

 a { background-color: rgb(221,27,9); }

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

border-color css

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

 span { border-color: rgb(221,27,9); }

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