Html Css Color HEX #D8491B Harley Davidson Orange

📋 copy color: '#D8491B'

red 216 ◦ green 73 ◦ blue 27

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

Shades of Harley Davidson Orange #D8491B

Tints of Harley Davidson Orange #D8491B

RGB

 RED value IS 216 (84.77% from 255) = 68.35%

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

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

R = 68.35%
G = 23.1%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.15

RGB Variations

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

Color information

#D8491B (or 0xD8491B) is known color: Harley Davidson Orange. HEX triplet: D8, 49 and 1B. RGB value is (216,73,27). Sum of RGB (Red+Green+Blue) = 216+73+27=316 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.35% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 216 - color contains mainly: red. Hex color #D8491B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8491B is #27B6E4. Grayscale: #6E6E6E. Windows color (decimal): -2602725 or 1788376. OLE color: 1788376.

HSL color Cylindrical-coordinate representation of color #D8491B: hue angle of 14.6º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D8491B is Cyan = 0, Magento = 0.66, Yellow = 0.88 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 73 27 -
CMYK 0 0.66 0.88 0.15
HSL 14.6º 0.78% 0.48% -
HSV(B) 14.6º 0.88% 0.85% -
XYZ 30.9 19.44 3.16 -
YUV 110.51 80.88 203.24 -
System Red Green Blue C M Y K H S L
Decimal 216 73 27 0 0.66 0.88 0.15 14.6 0.78 0.48
Hex D8 49 1B 0 42 58 F F 4E 30
Octal 330 111 33 0 102 130 17 17 116 60
Binary 11011000 1001001 11011 0 1000010 1011000 1111 1111 1001110 110000

Color Harmonies of #D8491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8491B

Black with #D8491B

Text Example


Text Example

White with #D8491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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