Html Css Color HEX #D8410C Harley Davidson Orange

📋 copy color: '#D8410C'

red 216 ◦ green 65 ◦ blue 12

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

Shades of Harley Davidson Orange #D8410C

Tints of Harley Davidson Orange #D8410C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.1%

R = 73.72%
G = 22.18%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8410C (or 0xD8410C) is known color: Harley Davidson Orange. HEX triplet: D8, 41 and 0C. RGB value is (216,65,12). Sum of RGB (Red+Green+Blue) = 216+65+12=293 (38% of max value = 765). Red value is 216 (84.77% from 255 or 73.72% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 12 (5.08% from 255 or 4.10% from 293); Max value from RGB is 216 - color contains mainly: red. Hex color #D8410C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8410C is #27BEF3. Grayscale: #686868. Windows color (decimal): -2604788 or 803288. OLE color: 803288.

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

Color convert

RGB 216 65 12 -
CMYK 0 0.70 0.94 0.15
HSL 15.59º 0.89% 0.45% -
HSV(B) 15.59º 0.94% 0.85% -
XYZ 30.28 18.41 2.3 -
YUV 104.11 76.03 207.81 -
System Red Green Blue C M Y K H S L
Decimal 216 65 12 0 0.70 0.94 0.15 15.59 0.89 0.45
Hex D8 41 C 0 46 5E F 10 59 2D
Octal 330 101 14 0 106 136 17 20 131 55
Binary 11011000 1000001 1100 0 1000110 1011110 1111 10000 1011001 101101

Color Harmonies of #D8410C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8410C

Black with #D8410C

Text Example


Text Example

White with #D8410C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8410C; }

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

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

background-color css

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

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

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

border-color css

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

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

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