Html Css Color HEX #DD2406 Harley Davidson Orange

📋 copy color: '#DD2406'

red 221 ◦ green 36 ◦ blue 6

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

Shades of Harley Davidson Orange #DD2406

Tints of Harley Davidson Orange #DD2406

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.69%

 BLUE value IS 6 (2.73% from 255) = 2.28%

R = 84.03%
G = 13.69%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD2406 (or 0xDD2406) is known color: Harley Davidson Orange. HEX triplet: DD, 24 and 06. RGB value is (221,36,6). Sum of RGB (Red+Green+Blue) = 221+36+6=263 (34% of max value = 765). Red value is 221 (86.72% from 255 or 84.03% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2406 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2406 is #22DBF9. Grayscale: #585858. Windows color (decimal): -2284538 or 402653. OLE color: 402653.

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

Color convert

RGB 221 36 6 -
CMYK 0 0.84 0.97 0.13
HSL 8.37º 0.95% 0.45% -
HSV(B) 8.37º 0.97% 0.87% -
XYZ 30.48 16.65 1.78 -
YUV 87.9 81.79 222.94 -
System Red Green Blue C M Y K H S L
Decimal 221 36 6 0 0.84 0.97 0.13 8.37 0.95 0.45
Hex DD 24 6 0 54 61 D 8 5F 2D
Octal 335 44 6 0 124 141 15 10 137 55
Binary 11011101 100100 110 0 1010100 1100001 1101 1000 1011111 101101

Color Harmonies of #DD2406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2406

Black with #DD2406

Text Example


Text Example

White with #DD2406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2406; }

 p { color: rgb(221,36,6); }

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

background-color css

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

 a { background-color: rgb(221,36,6); }

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

border-color css

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

 span { border-color: rgb(221,36,6); }

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