Html Css Color HEX #DD2207 Harley Davidson Orange

📋 copy color: '#DD2207'

red 221 ◦ green 34 ◦ blue 7

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

Shades of Harley Davidson Orange #DD2207

Tints of Harley Davidson Orange #DD2207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.67%

R = 84.35%
G = 12.98%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD2207 (or 0xDD2207) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 07. RGB value is (221,34,7). Sum of RGB (Red+Green+Blue) = 221+34+7=262 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.35% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2207 is #22DDF8. Grayscale: #575757. Windows color (decimal): -2285049 or 467677. OLE color: 467677.

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

Color convert

RGB 221 34 7 -
CMYK 0 0.85 0.97 0.13
HSL 7.57º 0.94% 0.45% -
HSV(B) 7.57º 0.97% 0.87% -
XYZ 30.43 16.53 1.79 -
YUV 86.84 82.95 223.7 -
System Red Green Blue C M Y K H S L
Decimal 221 34 7 0 0.85 0.97 0.13 7.57 0.94 0.45
Hex DD 22 7 0 55 61 D 8 5E 2D
Octal 335 42 7 0 125 141 15 10 136 55
Binary 11011101 100010 111 0 1010101 1100001 1101 1000 1011110 101101

Color Harmonies of #DD2207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2207

Black with #DD2207

Text Example


Text Example

White with #DD2207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2207; }

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

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

background-color css

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

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

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

border-color css

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

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

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