Html Css Color HEX #DD3600 Harley Davidson Orange

📋 copy color: '#DD3600'

red 221 ◦ green 54 ◦ blue 0

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

Shades of Harley Davidson Orange #DD3600

Tints of Harley Davidson Orange #DD3600

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.64%

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

R = 80.36%
G = 19.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#DD3600 (or 0xDD3600) is known color: Harley Davidson Orange. HEX triplet: DD, 36 and 00. RGB value is (221,54,0). Sum of RGB (Red+Green+Blue) = 221+54+0=275 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.36% from 275); Green value is 54 (21.48% from 255 or 19.64% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3600 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3600 is #22C9FF. Grayscale: #626262. Windows color (decimal): -2279936 or 14045. OLE color: 14045.

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

Color convert

RGB 221 54 0 -
CMYK 0 0.76 1 0.13
HSL 14.66º 1% 0.43% -
HSV(B) 14.66º 1% 0.87% -
XYZ 31.14 18.01 1.84 -
YUV 97.78 72.83 215.89 -
System Red Green Blue C M Y K H S L
Decimal 221 54 0 0 0.76 1 0.13 14.66 1 0.43
Hex DD 36 0 0 4C 64 D F 64 2B
Octal 335 66 0 0 114 144 15 17 144 53
Binary 11011101 110110 0 0 1001100 1100100 1101 1111 1100100 101011

Color Harmonies of #DD3600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3600

Black with #DD3600

Text Example


Text Example

White with #DD3600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3600; }

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

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

background-color css

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

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

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

border-color css

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

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

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