Html Css Color HEX #DD2200 Harley Davidson Orange

📋 copy color: '#DD2200'

red 221 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #DD2200

Tints of Harley Davidson Orange #DD2200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.67%
G = 13.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD2200 (or 0xDD2200) is known color: Harley Davidson Orange. HEX triplet: DD, 22 and 00. RGB value is (221,34,0). Sum of RGB (Red+Green+Blue) = 221+34+0=255 (33% of max value = 765). Red value is 221 (86.72% from 255 or 86.67% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2200 is #22DDFF. Grayscale: #565656. Windows color (decimal): -2285056 or 8925. OLE color: 8925.

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

Color convert

RGB 221 34 0 -
CMYK 0 0.85 1 0.13
HSL 9.23º 1% 0.43% -
HSV(B) 9.23º 1% 0.87% -
XYZ 30.39 16.52 1.59 -
YUV 86.04 79.45 224.26 -
System Red Green Blue C M Y K H S L
Decimal 221 34 0 0 0.85 1 0.13 9.23 1 0.43
Hex DD 22 0 0 55 64 D 9 64 2B
Octal 335 42 0 0 125 144 15 11 144 53
Binary 11011101 100010 0 0 1010101 1100100 1101 1001 1100100 101011

Color Harmonies of #DD2200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2200

Black with #DD2200

Text Example


Text Example

White with #DD2200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2200; }

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

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

background-color css

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

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

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

border-color css

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

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

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