Html Css Color HEX #D5491D Harley Davidson Orange

📋 copy color: '#D5491D'

red 213 ◦ green 73 ◦ blue 29

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

Shades of Harley Davidson Orange #D5491D

Tints of Harley Davidson Orange #D5491D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.17%

 BLUE value IS 29 (11.72% from 255) = 9.21%

R = 67.62%
G = 23.17%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D5491D (or 0xD5491D) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 1D. RGB value is (213,73,29). Sum of RGB (Red+Green+Blue) = 213+73+29=315 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.62% from 315); Green value is 73 (28.91% from 255 or 23.17% from 315); Blue value is 29 (11.72% from 255 or 9.21% from 315); Max value from RGB is 213 - color contains mainly: red. Hex color #D5491D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5491D is #2AB6E2. Grayscale: #6E6E6E. Windows color (decimal): -2799331 or 1919445. OLE color: 1919445.

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

Color convert

RGB 213 73 29 -
CMYK 0 0.66 0.86 0.16
HSL 14.35º 0.76% 0.47% -
HSV(B) 14.35º 0.86% 0.84% -
XYZ 30.04 19 3.25 -
YUV 109.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 213 73 29 0 0.66 0.86 0.16 14.35 0.76 0.47
Hex D5 49 1D 0 42 56 10 E 4C 2F
Octal 325 111 35 0 102 126 20 16 114 57
Binary 11010101 1001001 11101 0 1000010 1010110 10000 1110 1001100 101111

Color Harmonies of #D5491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5491D

Black with #D5491D

Text Example


Text Example

White with #D5491D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5491D; }

 p { color: rgb(213,73,29); }

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

background-color css

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

 a { background-color: rgb(213,73,29); }

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

border-color css

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

 span { border-color: rgb(213,73,29); }

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