Html Css Color HEX #DD1C09 Harley Davidson Orange

📋 copy color: '#DD1C09'

red 221 ◦ green 28 ◦ blue 9

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

Shades of Harley Davidson Orange #DD1C09

Tints of Harley Davidson Orange #DD1C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

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

R = 85.66%
G = 10.85%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD1C09 (or 0xDD1C09) is known color: Harley Davidson Orange. HEX triplet: DD, 1C and 09. RGB value is (221,28,9). Sum of RGB (Red+Green+Blue) = 221+28+9=258 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85.66% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 9 (3.91% from 255 or 3.49% from 258); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD1C09 is #22E3F6. Grayscale: #535353. Windows color (decimal): -2286583 or 597213. OLE color: 597213.

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

Color convert

RGB 221 28 9 -
CMYK 0 0.87 0.96 0.13
HSL 5.38º 0.92% 0.45% -
HSV(B) 5.38º 0.96% 0.87% -
XYZ 30.28 16.22 1.79 -
YUV 83.54 85.94 226.04 -
System Red Green Blue C M Y K H S L
Decimal 221 28 9 0 0.87 0.96 0.13 5.38 0.92 0.45
Hex DD 1C 9 0 57 60 D 5 5C 2D
Octal 335 34 11 0 127 140 15 5 134 55
Binary 11011101 11100 1001 0 1010111 1100000 1101 101 1011100 101101

Color Harmonies of #DD1C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1C09

Black with #DD1C09

Text Example


Text Example

White with #DD1C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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