#D02D00

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

Shades of Harley Davidson Orange #D02D00

Tints of Harley Davidson Orange #D02D00

Color information

#D02D00 (or 0xD02D00) is unknown color: approx Harley Davidson Orange. HEX triplet: D0, 2D and 00. RGB value is (208,45,0). Sum of RGB (Red+Green+Blue) = 208+45+0=253 (33% of max value = 765). Red value is 208 (81.64% from 255 or 82.21% from 253); Green value is 45 (17.97% from 255 or 17.79% from 253); Blue value is 0 (0.39% from 255 or 0% from 253); Max value from RGB is 208 - color contains mainly: red. Hex color #D02D00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D02D00 is #2FD2FF. Grayscale: #585858. Windows color (decimal): -3134208 or 11728. OLE color: 11728.

HSL color Cylindrical-coordinate representation of color #D02D00: hue angle of 12.98º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D02D00 is Cyan = 0, Magento = 0.78, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB208450-
CMYK00.7810.18
HSL12.98º100%40.78%-
HSV(B)12.98º100%81.57%-
XYZ26.9515.291.53-
YUV88.6178213.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 82.21%
GREEN value IS 45 (17.97% from 255) = 17.79%
BLUE value IS 0 (0.39% from 255) = 0%
R=82.21%
G=17.79%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 1
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20845000.7810.1812.9810040.78
HexD02D004E6412d6429
Octal3205500116144221514451
Binary1101000010110100100111011001001001011011100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D02D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D02D00; }

 p { color: rgb(208,45,0); }

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

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

 a { background-color: rgb(208,45,0); }

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

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

 span { border-color: rgb(208,45,0); }

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