Html Css Color HEX #D8390C Harley Davidson Orange

📋 copy color: '#D8390C'

red 216 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #D8390C

Tints of Harley Davidson Orange #D8390C

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20%

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

R = 75.79%
G = 20%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8390C (or 0xD8390C) is known color: Harley Davidson Orange. HEX triplet: D8, 39 and 0C. RGB value is (216,57,12). Sum of RGB (Red+Green+Blue) = 216+57+12=285 (37% of max value = 765). Red value is 216 (84.77% from 255 or 75.79% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 12 (5.08% from 255 or 4.21% from 285); Max value from RGB is 216 - color contains mainly: red. Hex color #D8390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8390C is #27C6F3. Grayscale: #636363. Windows color (decimal): -2606836 or 801240. OLE color: 801240.

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

Color convert

RGB 216 57 12 -
CMYK 0 0.74 0.94 0.15
HSL 13.24º 0.89% 0.45% -
HSV(B) 13.24º 0.94% 0.85% -
XYZ 29.85 17.55 2.16 -
YUV 99.41 78.68 211.16 -
System Red Green Blue C M Y K H S L
Decimal 216 57 12 0 0.74 0.94 0.15 13.24 0.89 0.45
Hex D8 39 C 0 4A 5E F D 59 2D
Octal 330 71 14 0 112 136 17 15 131 55
Binary 11011000 111001 1100 0 1001010 1011110 1111 1101 1011001 101101

Color Harmonies of #D8390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8390C

Black with #D8390C

Text Example


Text Example

White with #D8390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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