#DD2708

Color #DD2708 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #DD2708

Tints of Harley Davidson Orange #DD2708

Color information

#DD2708 (or 0xDD2708) is unknown color: approx Harley Davidson Orange. HEX triplet: DD, 27 and 08. RGB value is (221,39,8). Sum of RGB (Red+Green+Blue) = 221+39+8=268 (35% of max value = 765). Red value is 221 (86.72% from 255 or 82.46% from 268); Green value is 39 (15.62% from 255 or 14.55% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 221 - color contains mainly: red. Hex color #DD2708 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DD2708 is #22D8F7. Grayscale: #5A5A5A. Windows color (decimal): -2283768 or 534493. OLE color: 534493.

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

Color convert

RGB221398-
CMYK00.820.960.13
HSL8.73º93.01%44.9%-
HSV(B)8.73º96.38%86.67%-
XYZ30.5916.841.87-
YUV89.8881.8221.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 82.46%
GREEN value IS 39 (15.62% from 255) = 14.55%
BLUE value IS 8 (3.52% from 255) = 2.99%
R=82.46%
G=14.55%
B=2.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.96
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22139800.820.960.138.7393.0144.9
HexDD27805260D95d2d
Octal33547100122140151113555
Binary110111011001111000010100101100000110110011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD2708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD2708; }

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

 H1.HeaderClassName
 {
   color: #DD2708;
 }
 .AnyTagClassName
 {
   color: #DD2708;
 }
</style>
background-color css

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

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

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

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

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

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