#D53F23

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

Shades of Harley Davidson Orange #D53F23

Tints of Harley Davidson Orange #D53F23

Color information

#D53F23 (or 0xD53F23) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 3F and 23. RGB value is (213,63,35). Sum of RGB (Red+Green+Blue) = 213+63+35=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 63 (25% from 255 or 20.26% from 311); Blue value is 35 (14.06% from 255 or 11.25% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D53F23 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53F23 is #2AC0DC. Grayscale: #686868. Windows color (decimal): -2801885 or 2310101. OLE color: 2310101.

HSL color Cylindrical-coordinate representation of color #D53F23: hue angle of 9.44º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D53F23 is Cyan = 0, Magento = 0.70, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB2136335-
CMYK00.700.840.16
HSL9.44º71.77%48.63%-
HSV(B)9.44º83.57%83.53%-
XYZ29.5217.823.47-
YUV104.6688.7205.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 68.49%
GREEN value IS 63 (25% from 255) = 20.26%
BLUE value IS 35 (14.06% from 255) = 11.25%
R=68.49%
G=20.26%
B=11.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213633500.700.840.169.4471.7748.63
HexD53F23046541094831
Octal32577430106124201111061
Binary110101011111111000110100011010101001000010011001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D53F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D53F23; }

 p { color: rgb(213,63,35); }

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

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

 a { background-color: rgb(213,63,35); }

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

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

 span { border-color: rgb(213,63,35); }

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