#d52c1b

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

Shades of Harley Davidson Orange #D52C1B

Tints of Harley Davidson Orange #D52C1B

Color information

#D52C1B (or 0xD52C1B) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 2C and 1B. RGB value is (213,44,27). Sum of RGB (Red+Green+Blue) = 213+44+27=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 27 (10.94% from 255 or 9.51% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D52C1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52C1B is #2AD3E4. Grayscale: #5C5C5C. Windows color (decimal): -2806757 or 1780949. OLE color: 1780949.

HSL color Cylindrical-coordinate representation of color #D52C1B: hue angle of 5.48º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D52C1B is Cyan = 0, Magento = 0.79, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB2134427-
CMYK00.790.870.16
HSL5.48º77.5%47.06%-
HSV(B)5.48º87.32%83.53%-
XYZ28.5416.032.63-
YUV92.5990.99213.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 75%
GREEN value IS 44 (17.58% from 255) = 15.49%
BLUE value IS 27 (10.94% from 255) = 9.51%
R=75%
G=15.49%
B=9.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.87
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213442700.790.870.165.4877.547.06
HexD52C1B04F571054e2f
Octal3255433011712720511657
Binary1101010110110011011010011111010111100001011001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d52c1b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d52c1b; }

 p { color: rgb(213,44,27); }

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

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

 a { background-color: rgb(213,44,27); }

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

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

 span { border-color: rgb(213,44,27); }

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