Html Css Color HEX #DD3207 Harley Davidson Orange

📋 copy color: '#DD3207'

red 221 ◦ green 50 ◦ blue 7

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

Shades of Harley Davidson Orange #DD3207

Tints of Harley Davidson Orange #DD3207

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.99%

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

R = 79.5%
G = 17.99%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD3207 (or 0xDD3207) is known color: Harley Davidson Orange. HEX triplet: DD, 32 and 07. RGB value is (221,50,7). Sum of RGB (Red+Green+Blue) = 221+50+7=278 (36% of max value = 765). Red value is 221 (86.72% from 255 or 79.50% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 7 (3.12% from 255 or 2.52% from 278); Max value from RGB is 221 - color contains mainly: red. Hex color #DD3207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD3207 is #22CDF8. Grayscale: #606060. Windows color (decimal): -2280953 or 471773. OLE color: 471773.

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

Color convert

RGB 221 50 7 -
CMYK 0 0.77 0.97 0.13
HSL 12.06º 0.94% 0.45% -
HSV(B) 12.06º 0.97% 0.87% -
XYZ 31 17.67 1.98 -
YUV 96.23 77.65 217 -
System Red Green Blue C M Y K H S L
Decimal 221 50 7 0 0.77 0.97 0.13 12.06 0.94 0.45
Hex DD 32 7 0 4D 61 D C 5E 2D
Octal 335 62 7 0 115 141 15 14 136 55
Binary 11011101 110010 111 0 1001101 1100001 1101 1100 1011110 101101

Color Harmonies of #DD3207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD3207

Black with #DD3207

Text Example


Text Example

White with #DD3207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD3207; }

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

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

background-color css

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

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

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

border-color css

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

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

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