#D52A0C

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

Shades of Harley Davidson Orange #D52A0C

Tints of Harley Davidson Orange #D52A0C

Color information

#D52A0C (or 0xD52A0C) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 2A and 0C. RGB value is (213,42,12). Sum of RGB (Red+Green+Blue) = 213+42+12=267 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.78% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52A0C is #2AD5F3. Grayscale: #595959. Windows color (decimal): -2807284 or 797397. OLE color: 797397.

HSL color Cylindrical-coordinate representation of color #D52A0C: hue angle of 8.96º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D52A0C is Cyan = 0, Magento = 0.80, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2134212-
CMYK00.800.940.16
HSL8.96º89.33%44.12%-
HSV(B)8.96º94.37%83.53%-
XYZ28.3315.831.91-
YUV89.7184.15215.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 79.78%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 12 (5.08% from 255) = 4.49%
R=79.78%
G=15.73%
B=4.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213421200.800.940.168.9689.3344.12
HexD52AC0505E109592c
Octal32552140120136201113154
Binary1101010110101011000101000010111101000010011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D52A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D52A0C; }

 p { color: rgb(213,42,12); }

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

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

 a { background-color: rgb(213,42,12); }

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

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

 span { border-color: rgb(213,42,12); }

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