Html Css Color HEX #D6491A Harley Davidson Orange

📋 copy color: '#D6491A'

red 214 ◦ green 73 ◦ blue 26

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

Shades of Harley Davidson Orange #D6491A

Tints of Harley Davidson Orange #D6491A

RGB

 RED value IS 214 (83.98% from 255) = 68.37%

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

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

R = 68.37%
G = 23.32%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D6491A (or 0xD6491A) is known color: Harley Davidson Orange. HEX triplet: D6, 49 and 1A. RGB value is (214,73,26). Sum of RGB (Red+Green+Blue) = 214+73+26=313 (41% of max value = 765). Red value is 214 (83.98% from 255 or 68.37% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 214 - color contains mainly: red. Hex color #D6491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6491A is #29B6E5. Grayscale: #6E6E6E. Windows color (decimal): -2733798 or 1722838. OLE color: 1722838.

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

Color convert

RGB 214 73 26 -
CMYK 0 0.66 0.88 0.16
HSL 15º 0.78% 0.47% -
HSV(B) 15º 0.88% 0.84% -
XYZ 30.3 19.14 3.07 -
YUV 109.8 80.71 202.32 -
System Red Green Blue C M Y K H S L
Decimal 214 73 26 0 0.66 0.88 0.16 15 0.78 0.47
Hex D6 49 1A 0 42 58 10 F 4E 2F
Octal 326 111 32 0 102 130 20 17 116 57
Binary 11010110 1001001 11010 0 1000010 1011000 10000 1111 1001110 101111

Color Harmonies of #D6491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6491A

Black with #D6491A

Text Example


Text Example

White with #D6491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6491A; }

 p { color: rgb(214,73,26); }

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

background-color css

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

 a { background-color: rgb(214,73,26); }

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

border-color css

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

 span { border-color: rgb(214,73,26); }

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