Html Css Color HEX #D5400D Harley Davidson Orange

📋 copy color: '#D5400D'

red 213 ◦ green 64 ◦ blue 13

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

Shades of Harley Davidson Orange #D5400D

Tints of Harley Davidson Orange #D5400D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 73.45%
G = 22.07%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5400D (or 0xD5400D) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 0D. RGB value is (213,64,13). Sum of RGB (Red+Green+Blue) = 213+64+13=290 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.45% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 13 (5.47% from 255 or 4.48% from 290); Max value from RGB is 213 - color contains mainly: red. Hex color #D5400D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5400D is #2ABFF2. Grayscale: #676767. Windows color (decimal): -2801651 or 868565. OLE color: 868565.

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

Color convert

RGB 213 64 13 -
CMYK 0 0.70 0.94 0.16
HSL 15.3º 0.88% 0.44% -
HSV(B) 15.3º 0.94% 0.84% -
XYZ 29.35 17.84 2.28 -
YUV 102.74 77.36 206.65 -
System Red Green Blue C M Y K H S L
Decimal 213 64 13 0 0.70 0.94 0.16 15.3 0.88 0.44
Hex D5 40 D 0 46 5E 10 F 58 2C
Octal 325 100 15 0 106 136 20 17 130 54
Binary 11010101 1000000 1101 0 1000110 1011110 10000 1111 1011000 101100

Color Harmonies of #D5400D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5400D

Black with #D5400D

Text Example


Text Example

White with #D5400D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5400D; }

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

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

background-color css

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

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

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

border-color css

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

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

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