Html Css Color HEX #D8180C Harley Davidson Orange

📋 copy color: '#D8180C'

red 216 ◦ green 24 ◦ blue 12

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

Shades of Harley Davidson Orange #D8180C

Tints of Harley Davidson Orange #D8180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 85.71%
G = 9.52%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8180C (or 0xD8180C) is known color: Harley Davidson Orange. HEX triplet: D8, 18 and 0C. RGB value is (216,24,12). Sum of RGB (Red+Green+Blue) = 216+24+12=252 (33% of max value = 765). Red value is 216 (84.77% from 255 or 85.71% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 12 (5.08% from 255 or 4.76% from 252); Max value from RGB is 216 - color contains mainly: red. Hex color #D8180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D8180C is #27E7F3. Grayscale: #505050. Windows color (decimal): -2615284 or 792792. OLE color: 792792.

HSL color Cylindrical-coordinate representation of color #D8180C: hue angle of 3.53º 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 #D8180C is Cyan = 0, Magento = 0.89, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 24 12 -
CMYK 0 0.89 0.94 0.15
HSL 3.53º 0.89% 0.45% -
HSV(B) 3.53º 0.94% 0.85% -
XYZ 28.71 15.28 1.78 -
YUV 80.04 89.61 224.98 -
System Red Green Blue C M Y K H S L
Decimal 216 24 12 0 0.89 0.94 0.15 3.53 0.89 0.45
Hex D8 18 C 0 59 5E F 4 59 2D
Octal 330 30 14 0 131 136 17 4 131 55
Binary 11011000 11000 1100 0 1011001 1011110 1111 100 1011001 101101

Color Harmonies of #D8180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8180C

Black with #D8180C

Text Example


Text Example

White with #D8180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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