Html Css Color HEX #DD3400 Harley Davidson Orange

📋 copy color: '#DD3400'

red 221 ◦ green 52 ◦ blue 0

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

Shades of Harley Davidson Orange #DD3400

Tints of Harley Davidson Orange #DD3400

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.05%

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

R = 80.95%
G = 19.05%
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

#DD3400 (or 0xDD3400) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 00. RGB value is (221,52,0). Sum of RGB (Red+Green+Blue) = 221+52+0=273 (36% of max value = 765). Red value is 221 (86.72% from 255 or 80.95% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 0 (0.39% from 255 or 0% from 273); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3400 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3400 is #22CBFF. Grayscale: #606060. Windows color (decimal): -2280448 or 13533. OLE color: 13533.

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

Color convert

RGB 221 52 0 -
CMYK 0 0.76 1 0.13
HSL 14.12º 1% 0.43% -
HSV(B) 14.12º 1% 0.87% -
XYZ 31.05 17.83 1.8 -
YUV 96.6 73.49 216.73 -
System Red Green Blue C M Y K H S L
Decimal 221 52 0 0 0.76 1 0.13 14.12 1 0.43
Hex DD 34 0 0 4C 64 D E 64 2B
Octal 335 64 0 0 114 144 15 16 144 53
Binary 11011101 110100 0 0 1001100 1100100 1101 1110 1100100 101011

Color Harmonies of #DD3400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3400

Black with #DD3400

Text Example


Text Example

White with #DD3400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3400; }

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

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

background-color css

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

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

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

border-color css

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

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

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