Html Css Color HEX #D5401A Harley Davidson Orange

📋 copy color: '#D5401A'

red 213 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #D5401A

Tints of Harley Davidson Orange #D5401A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.58%

R = 70.3%
G = 21.12%
B = 8.58%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5401A (or 0xD5401A) is known color: Harley Davidson Orange. HEX triplet: D5, 40 and 1A. RGB value is (213,64,26). Sum of RGB (Red+Green+Blue) = 213+64+26=303 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.30% from 303); Green value is 64 (25.39% from 255 or 21.12% from 303); Blue value is 26 (10.55% from 255 or 8.58% from 303); Max value from RGB is 213 - color contains mainly: red. Hex color #D5401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5401A is #2ABFE5. Grayscale: #686868. Windows color (decimal): -2801638 or 1720533. OLE color: 1720533.

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

Color convert

RGB 213 64 26 -
CMYK 0 0.70 0.88 0.16
HSL 12.19º 0.78% 0.47% -
HSV(B) 12.19º 0.88% 0.84% -
XYZ 29.46 17.89 2.88 -
YUV 104.22 83.86 205.59 -
System Red Green Blue C M Y K H S L
Decimal 213 64 26 0 0.70 0.88 0.16 12.19 0.78 0.47
Hex D5 40 1A 0 46 58 10 C 4E 2F
Octal 325 100 32 0 106 130 20 14 116 57
Binary 11010101 1000000 11010 0 1000110 1011000 10000 1100 1001110 101111

Color Harmonies of #D5401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5401A

Black with #D5401A

Text Example


Text Example

White with #D5401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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