Html Css Color HEX #DD2506 Harley Davidson Orange

📋 copy color: '#DD2506'

red 221 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #DD2506

Tints of Harley Davidson Orange #DD2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.02%

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

R = 83.71%
G = 14.02%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.13

RGB Variations

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

Color information

#DD2506 (or 0xDD2506) is known color: Harley Davidson Orange. HEX triplet: DD, 25 and 06. RGB value is (221,37,6). Sum of RGB (Red+Green+Blue) = 221+37+6=264 (34% of max value = 765). Red value is 221 (86.72% from 255 or 83.71% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2506 is #22DAF9. Grayscale: #585858. Windows color (decimal): -2284282 or 402909. OLE color: 402909.

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

Color convert

RGB 221 37 6 -
CMYK 0 0.83 0.97 0.13
HSL 8.65º 0.95% 0.45% -
HSV(B) 8.65º 0.97% 0.87% -
XYZ 30.51 16.71 1.79 -
YUV 88.48 81.46 222.52 -
System Red Green Blue C M Y K H S L
Decimal 221 37 6 0 0.83 0.97 0.13 8.65 0.95 0.45
Hex DD 25 6 0 53 61 D 9 5F 2D
Octal 335 45 6 0 123 141 15 11 137 55
Binary 11011101 100101 110 0 1010011 1100001 1101 1001 1011111 101101

Color Harmonies of #DD2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD2506

Black with #DD2506

Text Example


Text Example

White with #DD2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD2506; }

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

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

background-color css

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

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

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

border-color css

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

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

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