Html Css Color HEX #D8291F Harley Davidson Orange

📋 copy color: '#D8291F'

red 216 ◦ green 41 ◦ blue 31

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

Shades of Harley Davidson Orange #D8291F

Tints of Harley Davidson Orange #D8291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.24%

 BLUE value IS 31 (12.5% from 255) = 10.76%

R = 75%
G = 14.24%
B = 10.76%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D8291F (or 0xD8291F) is known color: Harley Davidson Orange. HEX triplet: D8, 29 and 1F. RGB value is (216,41,31). Sum of RGB (Red+Green+Blue) = 216+41+31=288 (38% of max value = 765). Red value is 216 (84.77% from 255 or 75% from 288); Green value is 41 (16.41% from 255 or 14.24% from 288); Blue value is 31 (12.5% from 255 or 10.76% from 288); Max value from RGB is 216 - color contains mainly: red. Hex color #D8291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8291F is #27D6E0. Grayscale: #5C5C5C. Windows color (decimal): -2610913 or 2042328. OLE color: 2042328.

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

Color convert

RGB 216 41 31 -
CMYK 0 0.81 0.86 0.15
HSL 3.24º 0.75% 0.48% -
HSV(B) 3.24º 0.86% 0.85% -
XYZ 29.36 16.28 2.89 -
YUV 92.19 93.48 216.31 -
System Red Green Blue C M Y K H S L
Decimal 216 41 31 0 0.81 0.86 0.15 3.24 0.75 0.48
Hex D8 29 1F 0 51 56 F 3 4B 30
Octal 330 51 37 0 121 126 17 3 113 60
Binary 11011000 101001 11111 0 1010001 1010110 1111 11 1001011 110000

Color Harmonies of #D8291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8291F

Black with #D8291F

Text Example


Text Example

White with #D8291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8291F; }

 p { color: rgb(216,41,31); }

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

background-color css

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

 a { background-color: rgb(216,41,31); }

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

border-color css

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

 span { border-color: rgb(216,41,31); }

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