Html Css Color HEX #D5400B Harley Davidson Orange

📋 copy color: '#D5400B'

red 213 ◦ green 64 ◦ blue 11

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

Shades of Harley Davidson Orange #D5400B

Tints of Harley Davidson Orange #D5400B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.82%

R = 73.96%
G = 22.22%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D5400B (or 0xD5400B) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 0B. RGB value is (213,64,11). Sum of RGB (Red+Green+Blue) = 213+64+11=288 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.96% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 11 (4.69% from 255 or 3.82% from 288); Max value from RGB is 213 - color contains mainly: red. Hex color #D5400B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5400B is #2ABFF4. Grayscale: #666666. Windows color (decimal): -2801653 or 737493. OLE color: 737493.

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

Color convert

RGB 213 64 11 -
CMYK 0 0.70 0.95 0.16
HSL 15.74º 0.9% 0.44% -
HSV(B) 15.74º 0.95% 0.84% -
XYZ 29.33 17.84 2.21 -
YUV 102.51 76.36 206.81 -
System Red Green Blue C M Y K H S L
Decimal 213 64 11 0 0.70 0.95 0.16 15.74 0.9 0.44
Hex D5 40 B 0 46 5F 10 10 5A 2C
Octal 325 100 13 0 106 137 20 20 132 54
Binary 11010101 1000000 1011 0 1000110 1011111 10000 10000 1011010 101100

Color Harmonies of #D5400B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5400B

Black with #D5400B

Text Example


Text Example

White with #D5400B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5400B; }

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

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

background-color css

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

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

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

border-color css

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

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

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