#D43C02

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

Shades of Harley Davidson Orange #D43C02

Tints of Harley Davidson Orange #D43C02

Color information

#D43C02 (or 0xD43C02) is unknown color: approx Harley Davidson Orange. HEX triplet: D4, 3C and 02. RGB value is (212,60,2). Sum of RGB (Red+Green+Blue) = 212+60+2=274 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.37% from 274); Green value is 60 (23.83% from 255 or 21.90% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 212 - color contains mainly: red. Hex color #D43C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D43C02 is #2BC3FD. Grayscale: #636363. Windows color (decimal): -2868222 or 146644. OLE color: 146644.

HSL color Cylindrical-coordinate representation of color #D43C02: hue angle of 16.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D43C02 is Cyan = 0, Magento = 0.72, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB212602-
CMYK00.720.990.17
HSL16.57º98.13%41.96%-
HSV(B)16.57º99.06%83.14%-
XYZ28.7817.231.87-
YUV98.8473.36208.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 77.37%
GREEN value IS 60 (23.83% from 255) = 21.90%
BLUE value IS 2 (1.17% from 255) = 0.73%
R=77.37%
G=21.90%
B=0.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.99
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21260200.720.990.1716.5798.1341.96
HexD43C2048631111622a
Octal3247420110143212114252
Binary110101001111001001001000110001110001100011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D43C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D43C02; }

 p { color: rgb(212,60,2); }

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

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

 a { background-color: rgb(212,60,2); }

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

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

 span { border-color: rgb(212,60,2); }

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