Html Css Color HEX #DD4008 Harley Davidson Orange

📋 copy color: '#DD4008'

red 221 ◦ green 64 ◦ blue 8

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

Shades of Harley Davidson Orange #DD4008

Tints of Harley Davidson Orange #DD4008

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.73%

R = 75.43%
G = 21.84%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DD4008 (or 0xDD4008) is known color: Harley Davidson Orange. HEX triplet: DD, 40 and 08. RGB value is (221,64,8). Sum of RGB (Red+Green+Blue) = 221+64+8=293 (38% of max value = 765). Red value is 221 (86.72% from 255 or 75.43% from 293); Green value is 64 (25.39% from 255 or 21.84% from 293); Blue value is 8 (3.52% from 255 or 2.73% from 293); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4008 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD4008 is #22BFF7. Grayscale: #686868. Windows color (decimal): -2277368 or 540893. OLE color: 540893.

HSL color Cylindrical-coordinate representation of color #DD4008: hue angle of 15.77º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD4008 is Cyan = 0, Magento = 0.71, Yellow = 0.96 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 64 8 -
CMYK 0 0.71 0.96 0.13
HSL 15.77º 0.93% 0.45% -
HSV(B) 15.77º 0.96% 0.87% -
XYZ 31.7 19.06 2.24 -
YUV 104.56 73.51 211.05 -
System Red Green Blue C M Y K H S L
Decimal 221 64 8 0 0.71 0.96 0.13 15.77 0.93 0.45
Hex DD 40 8 0 47 60 D 10 5D 2D
Octal 335 100 10 0 107 140 15 20 135 55
Binary 11011101 1000000 1000 0 1000111 1100000 1101 10000 1011101 101101

Color Harmonies of #DD4008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4008

Black with #DD4008

Text Example


Text Example

White with #DD4008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4008; }

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

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

background-color css

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

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

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

border-color css

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

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

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