Html Css Color HEX #D5460D Harley Davidson Orange

📋 copy color: '#D5460D'

red 213 ◦ green 70 ◦ blue 13

#D5460D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #D5460D

Tints of Harley Davidson Orange #D5460D

RGB

 RED value IS 213 (83.59% from 255) = 71.96%

 GREEN value IS 70 (27.73% from 255) = 23.65%

 BLUE value IS 13 (5.47% from 255) = 4.39%

R = 71.96%
G = 23.65%
B = 4.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5460D (or 0xD5460D) is known color: Harley Davidson Orange. HEX triplet: D5, 46 and 0D. RGB value is (213,70,13). Sum of RGB (Red+Green+Blue) = 213+70+13=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 70 (27.73% from 255 or 23.65% from 296); Blue value is 13 (5.47% from 255 or 4.39% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5460D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5460D is #2AB9F2. Grayscale: #6A6A6A. Windows color (decimal): -2800115 or 870101. OLE color: 870101.

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

Color convert

RGB 213 70 13 -
CMYK 0 0.67 0.94 0.16
HSL 17.1º 0.88% 0.44% -
HSV(B) 17.1º 0.94% 0.84% -
XYZ 29.7 18.56 2.4 -
YUV 106.26 75.38 204.13 -
System Red Green Blue C M Y K H S L
Decimal 213 70 13 0 0.67 0.94 0.16 17.1 0.88 0.44
Hex D5 46 D 0 43 5E 10 11 58 2C
Octal 325 106 15 0 103 136 20 21 130 54
Binary 11010101 1000110 1101 0 1000011 1011110 10000 10001 1011000 101100

Color Harmonies of #D5460D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5460D

Black with #D5460D

Text Example


Text Example

White with #D5460D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5460D; }

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

 H1.HeaderClassName
 {
   color: #D5460D;
 }
 .AnyTagClassName
 {
   color: #D5460D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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