Html Css Color HEX #DD4007 Harley Davidson Orange

📋 copy color: '#DD4007'

red 221 ◦ green 64 ◦ blue 7

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

Shades of Harley Davidson Orange #DD4007

Tints of Harley Davidson Orange #DD4007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.92%

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

R = 75.68%
G = 21.92%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD4007 (or 0xDD4007) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 07. RGB value is (221,64,7). Sum of RGB (Red+Green+Blue) = 221+64+7=292 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.68% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 7 (3.12% from 255 or 2.40% from 292); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4007 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4007 is #22BFF8. Grayscale: #686868. Windows color (decimal): -2277369 or 475357. OLE color: 475357.

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

Color convert

RGB 221 64 7 -
CMYK 0 0.71 0.97 0.13
HSL 15.98º 0.94% 0.45% -
HSV(B) 15.98º 0.97% 0.87% -
XYZ 31.69 19.05 2.21 -
YUV 104.45 73.01 211.13 -
System Red Green Blue C M Y K H S L
Decimal 221 64 7 0 0.71 0.97 0.13 15.98 0.94 0.45
Hex DD 40 7 0 47 61 D 10 5E 2D
Octal 335 100 7 0 107 141 15 20 136 55
Binary 11011101 1000000 111 0 1000111 1100001 1101 10000 1011110 101101

Color Harmonies of #DD4007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4007

Black with #DD4007

Text Example


Text Example

White with #DD4007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4007; }

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

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

background-color css

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

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

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

border-color css

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

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

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