Html Css Color HEX #DD3507 Harley Davidson Orange

📋 copy color: '#DD3507'

red 221 ◦ green 53 ◦ blue 7

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

Shades of Harley Davidson Orange #DD3507

Tints of Harley Davidson Orange #DD3507

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.86%

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

R = 78.65%
G = 18.86%
B = 2.49%

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

#DD3507 (or 0xDD3507) is known color: Harley Davidson Orange. HEX triplet: DD, 35 and 07. RGB value is (221,53,7). Sum of RGB (Red+Green+Blue) = 221+53+7=281 (37% of max value = 765). Red value is 221 (86.72% from 255 or 78.65% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 7 (3.12% from 255 or 2.49% from 281); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3507 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3507 is #22CAF8. Grayscale: #626262. Windows color (decimal): -2280185 or 472541. OLE color: 472541.

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

Color convert

RGB 221 53 7 -
CMYK 0 0.76 0.97 0.13
HSL 12.9º 0.94% 0.45% -
HSV(B) 12.9º 0.97% 0.87% -
XYZ 31.13 17.93 2.02 -
YUV 97.99 76.66 215.74 -
System Red Green Blue C M Y K H S L
Decimal 221 53 7 0 0.76 0.97 0.13 12.9 0.94 0.45
Hex DD 35 7 0 4C 61 D D 5E 2D
Octal 335 65 7 0 114 141 15 15 136 55
Binary 11011101 110101 111 0 1001100 1100001 1101 1101 1011110 101101

Color Harmonies of #DD3507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3507

Black with #DD3507

Text Example


Text Example

White with #DD3507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3507; }

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

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

background-color css

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

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

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

border-color css

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

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

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