Html Css Color HEX #D8411C Harley Davidson Orange

📋 copy color: '#D8411C'

red 216 ◦ green 65 ◦ blue 28

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

Shades of Harley Davidson Orange #D8411C

Tints of Harley Davidson Orange #D8411C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 69.9%
G = 21.04%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8411C (or 0xD8411C) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 1C. RGB value is (216,65,28). Sum of RGB (Red+Green+Blue) = 216+65+28=309 (40% of max value = 765). Red value is 216 (84.77% from 255 or 69.90% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 216 - color contains mainly: red. Hex color #D8411C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8411C is #27BEE3. Grayscale: #6A6A6A. Windows color (decimal): -2604772 or 1851864. OLE color: 1851864.

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

Color convert

RGB 216 65 28 -
CMYK 0 0.70 0.87 0.15
HSL 11.81º 0.77% 0.48% -
HSV(B) 11.81º 0.87% 0.85% -
XYZ 30.42 18.46 3.06 -
YUV 105.93 84.03 206.51 -
System Red Green Blue C M Y K H S L
Decimal 216 65 28 0 0.70 0.87 0.15 11.81 0.77 0.48
Hex D8 41 1C 0 46 57 F C 4D 30
Octal 330 101 34 0 106 127 17 14 115 60
Binary 11011000 1000001 11100 0 1000110 1010111 1111 1100 1001101 110000

Color Harmonies of #D8411C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8411C

Black with #D8411C

Text Example


Text Example

White with #D8411C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8411C; }

 p { color: rgb(216,65,28); }

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

background-color css

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

 a { background-color: rgb(216,65,28); }

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

border-color css

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

 span { border-color: rgb(216,65,28); }

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