#d92c00

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

Shades of Harley Davidson Orange #D92C00

Tints of Harley Davidson Orange #D92C00

Color information

#D92C00 (or 0xD92C00) is unknown color: approx Harley Davidson Orange. HEX triplet: D9, 2C and 00. RGB value is (217,44,0). Sum of RGB (Red+Green+Blue) = 217+44+0=261 (34% of max value = 765). Red value is 217 (85.16% from 255 or 83.14% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 217 - color contains mainly: red. Hex color #D92C00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D92C00 is #26D3FF. Grayscale: #5B5B5B. Windows color (decimal): -2544640 or 11481. OLE color: 11481.

HSL color Cylindrical-coordinate representation of color #D92C00: hue angle of 12.17º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D92C00 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.15.

Color convert

RGB217440-
CMYK00.8010.15
HSL12.17º100%42.55%-
HSV(B)12.17º100%85.1%-
XYZ29.5216.551.64-
YUV90.7176.81218.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 83.14%
GREEN value IS 44 (17.58% from 255) = 16.86%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.14%
G=16.86%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21744000.8010.1512.1710042.55
HexD92C005064Fc642b
Octal3315400120144171414453
Binary110110011011000010100001100100111111001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d92c00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d92c00; }

 p { color: rgb(217,44,0); }

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

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

 a { background-color: rgb(217,44,0); }

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

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

 span { border-color: rgb(217,44,0); }

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