#D23A01

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

Shades of Harley Davidson Orange #D23A01

Tints of Harley Davidson Orange #D23A01

Color information

#D23A01 (or 0xD23A01) is unknown color: approx Harley Davidson Orange. HEX triplet: D2, 3A and 01. RGB value is (210,58,1). Sum of RGB (Red+Green+Blue) = 210+58+1=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 58 (23.05% from 255 or 21.56% from 269); Blue value is 1 (0.78% from 255 or 0.37% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D23A01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D23A01 is #2DC5FE. Grayscale: #616161. Windows color (decimal): -2999807 or 80594. OLE color: 80594.

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

Color convert

RGB210581-
CMYK00.721.000.18
HSL16.36º99.05%41.37%-
HSV(B)16.36º99.52%82.35%-
XYZ28.116.731.78-
YUV96.9573.86208.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 78.07%
GREEN value IS 58 (23.05% from 255) = 21.56%
BLUE value IS 1 (0.78% from 255) = 0.37%
R=78.07%
G=21.56%
B=0.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 1.00
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21058100.721.000.1816.3699.0541.37
HexD23A10486412106329
Octal3227210110144222014351
Binary11010010111010101001000110010010010100001100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D23A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D23A01; }

 p { color: rgb(210,58,1); }

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

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

 a { background-color: rgb(210,58,1); }

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

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

 span { border-color: rgb(210,58,1); }

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