Html Css Color HEX #D5491C Harley Davidson Orange

📋 copy color: '#D5491C'

red 213 ◦ green 73 ◦ blue 28

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

Shades of Harley Davidson Orange #D5491C

Tints of Harley Davidson Orange #D5491C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.92%

R = 67.83%
G = 23.25%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D5491C (or 0xD5491C) is known color: Harley Davidson Orange. HEX triplet: D5, 49 and 1C. RGB value is (213,73,28). Sum of RGB (Red+Green+Blue) = 213+73+28=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 73 (28.91% from 255 or 23.25% from 314); Blue value is 28 (11.33% from 255 or 8.92% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D5491C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5491C is #2AB6E3. Grayscale: #6E6E6E. Windows color (decimal): -2799332 or 1853909. OLE color: 1853909.

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

Color convert

RGB 213 73 28 -
CMYK 0 0.66 0.87 0.16
HSL 14.59º 0.77% 0.47% -
HSV(B) 14.59º 0.87% 0.84% -
XYZ 30.03 19 3.18 -
YUV 109.73 81.88 201.66 -
System Red Green Blue C M Y K H S L
Decimal 213 73 28 0 0.66 0.87 0.16 14.59 0.77 0.47
Hex D5 49 1C 0 42 57 10 F 4D 2F
Octal 325 111 34 0 102 127 20 17 115 57
Binary 11010101 1001001 11100 0 1000010 1010111 10000 1111 1001101 101111

Color Harmonies of #D5491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5491C

Black with #D5491C

Text Example


Text Example

White with #D5491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5491C; }

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

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

background-color css

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

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

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

border-color css

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

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

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