Html Css Color HEX #D0491B Harley Davidson Orange

📋 copy color: '#D0491B'

red 208 ◦ green 73 ◦ blue 27

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

Shades of Harley Davidson Orange #D0491B

Tints of Harley Davidson Orange #D0491B

RGB

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

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

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

R = 67.53%
G = 23.7%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0491B (or 0xD0491B) is known color: Harley Davidson Orange. HEX triplet: D0, 49 and 1B. RGB value is (208,73,27). Sum of RGB (Red+Green+Blue) = 208+73+27=308 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.53% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 208 - color contains mainly: red. Hex color #D0491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0491B is #2FB6E4. Grayscale: #6C6C6C. Windows color (decimal): -3127013 or 1788368. OLE color: 1788368.

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

Color convert

RGB 208 73 27 -
CMYK 0 0.65 0.87 0.18
HSL 15.25º 0.77% 0.46% -
HSV(B) 15.25º 0.87% 0.82% -
XYZ 28.59 18.25 3.05 -
YUV 108.12 82.23 199.24 -
System Red Green Blue C M Y K H S L
Decimal 208 73 27 0 0.65 0.87 0.18 15.25 0.77 0.46
Hex D0 49 1B 0 41 57 12 F 4D 2E
Octal 320 111 33 0 101 127 22 17 115 56
Binary 11010000 1001001 11011 0 1000001 1010111 10010 1111 1001101 101110

Color Harmonies of #D0491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0491B

Black with #D0491B

Text Example


Text Example

White with #D0491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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