Html Css Color HEX #DD3407 Harley Davidson Orange

📋 copy color: '#DD3407'

red 221 ◦ green 52 ◦ blue 7

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

Shades of Harley Davidson Orange #DD3407

Tints of Harley Davidson Orange #DD3407

RGB

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

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

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

R = 78.93%
G = 18.57%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD3407 (or 0xDD3407) is known color: Harley Davidson Orange. HEX triplet: DD, 34 and 07. RGB value is (221,52,7). Sum of RGB (Red+Green+Blue) = 221+52+7=280 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.93% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 7 (3.12% from 255 or 2.5% from 280); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3407 is #22CBF8. Grayscale: #616161. Windows color (decimal): -2280441 or 472285. OLE color: 472285.

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

Color convert

RGB 221 52 7 -
CMYK 0 0.76 0.97 0.13
HSL 12.62º 0.94% 0.45% -
HSV(B) 12.62º 0.97% 0.87% -
XYZ 31.09 17.84 2.01 -
YUV 97.4 76.99 216.16 -
System Red Green Blue C M Y K H S L
Decimal 221 52 7 0 0.76 0.97 0.13 12.62 0.94 0.45
Hex DD 34 7 0 4C 61 D D 5E 2D
Octal 335 64 7 0 114 141 15 15 136 55
Binary 11011101 110100 111 0 1001100 1100001 1101 1101 1011110 101101

Color Harmonies of #DD3407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3407

Black with #DD3407

Text Example


Text Example

White with #DD3407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3407; }

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

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

background-color css

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

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

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

border-color css

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

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

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