Html Css Color HEX #D5391A Harley Davidson Orange

📋 copy color: '#D5391A'

red 213 ◦ green 57 ◦ blue 26

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

Shades of Harley Davidson Orange #D5391A

Tints of Harley Davidson Orange #D5391A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.26%

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

R = 71.96%
G = 19.26%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5391A (or 0xD5391A) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 1A. RGB value is (213,57,26). Sum of RGB (Red+Green+Blue) = 213+57+26=296 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.96% from 296); Green value is 57 (22.66% from 255 or 19.26% from 296); Blue value is 26 (10.55% from 255 or 8.78% from 296); Max value from RGB is 213 - color contains mainly: red. Hex color #D5391A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5391A is #2AC6E5. Grayscale: #646464. Windows color (decimal): -2803430 or 1718741. OLE color: 1718741.

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

Color convert

RGB 213 57 26 -
CMYK 0 0.73 0.88 0.16
HSL 9.95º 0.78% 0.47% -
HSV(B) 9.95º 0.88% 0.84% -
XYZ 29.09 17.15 2.75 -
YUV 100.11 86.18 208.52 -
System Red Green Blue C M Y K H S L
Decimal 213 57 26 0 0.73 0.88 0.16 9.95 0.78 0.47
Hex D5 39 1A 0 49 58 10 A 4E 2F
Octal 325 71 32 0 111 130 20 12 116 57
Binary 11010101 111001 11010 0 1001001 1011000 10000 1010 1001110 101111

Color Harmonies of #D5391A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5391A

Black with #D5391A

Text Example


Text Example

White with #D5391A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5391A; }

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

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

background-color css

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

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

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

border-color css

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

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

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