#D51B0D

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

Shades of Harley Davidson Orange #D51B0D

Tints of Harley Davidson Orange #D51B0D

Color information

#D51B0D (or 0xD51B0D) is unknown color: approx Harley Davidson Orange. HEX triplet: D5, 1B and 0D. RGB value is (213,27,13). Sum of RGB (Red+Green+Blue) = 213+27+13=253 (33% of max value = 765). Red value is 213 (83.59% from 255 or 84.19% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 213 - color contains mainly: red. Hex color #D51B0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D51B0D is #2AE4F2. Grayscale: #515151. Windows color (decimal): -2811123 or 859093. OLE color: 859093.

HSL color Cylindrical-coordinate representation of color #D51B0D: hue angle of 4.2º degrees, saturation: 0.88, 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 #D51B0D is Cyan = 0, Magento = 0.87, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB2132713-
CMYK00.870.940.16
HSL4.2º88.5%44.31%-
HSV(B)4.2º93.9%83.53%-
XYZ27.9114.961.8-
YUV81.0289.62222.14-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 84.19%
GREEN value IS 27 (10.94% from 255) = 10.67%
BLUE value IS 13 (5.47% from 255) = 5.14%
R=84.19%
G=10.67%
B=5.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.94
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213271300.870.940.164.288.544.31
HexD51BD0575E104582c
Octal3253315012713620413054
Binary11010101110111101010101111011110100001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D51B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D51B0D; }

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

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

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

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

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

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

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

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