Html Css Color HEX #D5400F Harley Davidson Orange

📋 copy color: '#D5400F'

red 213 ◦ green 64 ◦ blue 15

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

Shades of Harley Davidson Orange #D5400F

Tints of Harley Davidson Orange #D5400F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.14%

R = 72.95%
G = 21.92%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5400F (or 0xD5400F) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 0F. RGB value is (213,64,15). Sum of RGB (Red+Green+Blue) = 213+64+15=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 15 (6.25% from 255 or 5.14% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D5400F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5400F is #2ABFF0. Grayscale: #676767. Windows color (decimal): -2801649 or 999637. OLE color: 999637.

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

Color convert

RGB 213 64 15 -
CMYK 0 0.70 0.93 0.16
HSL 14.85º 0.87% 0.45% -
HSV(B) 14.85º 0.93% 0.84% -
XYZ 29.36 17.85 2.35 -
YUV 102.97 78.36 206.48 -
System Red Green Blue C M Y K H S L
Decimal 213 64 15 0 0.70 0.93 0.16 14.85 0.87 0.45
Hex D5 40 F 0 46 5D 10 F 57 2D
Octal 325 100 17 0 106 135 20 17 127 55
Binary 11010101 1000000 1111 0 1000110 1011101 10000 1111 1010111 101101

Color Harmonies of #D5400F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5400F

Black with #D5400F

Text Example


Text Example

White with #D5400F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5400F; }

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

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

background-color css

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

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

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

border-color css

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

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

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