Html Css Color HEX #D5391B Harley Davidson Orange

📋 copy color: '#D5391B'

red 213 ◦ green 57 ◦ blue 27

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

Shades of Harley Davidson Orange #D5391B

Tints of Harley Davidson Orange #D5391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.09%

R = 71.72%
G = 19.19%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5391B (or 0xD5391B) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 1B. RGB value is (213,57,27). Sum of RGB (Red+Green+Blue) = 213+57+27=297 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.72% from 297); Green value is 57 (22.66% from 255 or 19.19% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 213 - color contains mainly: red. Hex color #D5391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5391B is #2AC6E4. Grayscale: #646464. Windows color (decimal): -2803429 or 1784277. OLE color: 1784277.

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

Color convert

RGB 213 57 27 -
CMYK 0 0.73 0.87 0.16
HSL 9.68º 0.78% 0.47% -
HSV(B) 9.68º 0.87% 0.84% -
XYZ 29.1 17.15 2.81 -
YUV 100.22 86.68 208.44 -
System Red Green Blue C M Y K H S L
Decimal 213 57 27 0 0.73 0.87 0.16 9.68 0.78 0.47
Hex D5 39 1B 0 49 57 10 A 4E 2F
Octal 325 71 33 0 111 127 20 12 116 57
Binary 11010101 111001 11011 0 1001001 1010111 10000 1010 1001110 101111

Color Harmonies of #D5391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5391B

Black with #D5391B

Text Example


Text Example

White with #D5391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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