Html Css Color HEX #DD2205 Harley Davidson Orange

📋 copy color: '#DD2205'

red 221 ◦ green 34 ◦ blue 5

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

Shades of Harley Davidson Orange #DD2205

Tints of Harley Davidson Orange #DD2205

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.08%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 85%
G = 13.08%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.13

RGB Variations

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

Color information

#DD2205 (or 0xDD2205) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 05. RGB value is (221,34,5). Sum of RGB (Red+Green+Blue) = 221+34+5=260 (34% of max value = 765). Red value is 221 (86.72% from 255 or 85% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 5 (2.34% from 255 or 1.92% from 260); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2205 is #22DDFA. Grayscale: #565656. Windows color (decimal): -2285051 or 336605. OLE color: 336605.

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

Color convert

RGB 221 34 5 -
CMYK 0 0.85 0.98 0.13
HSL 8.06º 0.96% 0.44% -
HSV(B) 8.06º 0.98% 0.87% -
XYZ 30.42 16.53 1.73 -
YUV 86.61 81.95 223.86 -
System Red Green Blue C M Y K H S L
Decimal 221 34 5 0 0.85 0.98 0.13 8.06 0.96 0.44
Hex DD 22 5 0 55 62 D 8 60 2C
Octal 335 42 5 0 125 142 15 10 140 54
Binary 11011101 100010 101 0 1010101 1100010 1101 1000 1100000 101100

Color Harmonies of #DD2205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2205

Black with #DD2205

Text Example


Text Example

White with #DD2205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2205; }

 p { color: rgb(221,34,5); }

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

background-color css

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

 a { background-color: rgb(221,34,5); }

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

border-color css

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

 span { border-color: rgb(221,34,5); }

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