#D63F02

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

Shades of Harley Davidson Orange #D63F02

Tints of Harley Davidson Orange #D63F02

Color information

#D63F02 (or 0xD63F02) is unknown color: approx Harley Davidson Orange. HEX triplet: D6, 3F and 02. RGB value is (214,63,2). Sum of RGB (Red+Green+Blue) = 214+63+2=279 (36% of max value = 765). Red value is 214 (83.98% from 255 or 76.70% from 279); Green value is 63 (25% from 255 or 22.58% from 279); Blue value is 2 (1.17% from 255 or 0.72% from 279); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D63F02 is #29C0FD. Grayscale: #656565. Windows color (decimal): -2736382 or 147414. OLE color: 147414.

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

Color convert

RGB214632-
CMYK00.710.990.16
HSL17.26º98.15%42.35%-
HSV(B)17.26º99.07%83.92%-
XYZ29.5217.861.95-
YUV101.1972.03208.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 76.70%
GREEN value IS 63 (25% from 255) = 22.58%
BLUE value IS 2 (1.17% from 255) = 0.72%
R=76.70%
G=22.58%
B=0.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21463200.710.990.1617.2698.1542.35
HexD63F2047631011622a
Octal3267720107143202114252
Binary110101101111111001000111110001110000100011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D63F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D63F02; }

 p { color: rgb(214,63,2); }

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

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

 a { background-color: rgb(214,63,2); }

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

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

 span { border-color: rgb(214,63,2); }

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