Html Css Color HEX #D0491A Harley Davidson Orange

📋 copy color: '#D0491A'

red 208 ◦ green 73 ◦ blue 26

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

Shades of Harley Davidson Orange #D0491A

Tints of Harley Davidson Orange #D0491A

RGB

 RED value IS 208 (81.64% from 255) = 67.75%

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

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

R = 67.75%
G = 23.78%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#D0491A (or 0xD0491A) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 1A. RGB value is (208,73,26). Sum of RGB (Red+Green+Blue) = 208+73+26=307 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.75% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 26 (10.55% from 255 or 8.47% from 307); Max value from RGB is 208 - color contains mainly: red. Hex color #D0491A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0491A is #2FB6E5. Grayscale: #6C6C6C. Windows color (decimal): -3127014 or 1722832. OLE color: 1722832.

HSL color Cylindrical-coordinate representation of color #D0491A: hue angle of 15.49º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0491A is Cyan = 0, Magento = 0.65, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 73 26 -
CMYK 0 0.65 0.88 0.18
HSL 15.49º 0.78% 0.46% -
HSV(B) 15.49º 0.88% 0.82% -
XYZ 28.58 18.25 2.99 -
YUV 108.01 81.73 199.32 -
System Red Green Blue C M Y K H S L
Decimal 208 73 26 0 0.65 0.88 0.18 15.49 0.78 0.46
Hex D0 49 1A 0 41 58 12 F 4E 2E
Octal 320 111 32 0 101 130 22 17 116 56
Binary 11010000 1001001 11010 0 1000001 1011000 10010 1111 1001110 101110

Color Harmonies of #D0491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0491A

Black with #D0491A

Text Example


Text Example

White with #D0491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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