Html Css Color HEX #D9390C Harley Davidson Orange

📋 copy color: '#D9390C'

red 217 ◦ green 57 ◦ blue 12

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

Shades of Harley Davidson Orange #D9390C

Tints of Harley Davidson Orange #D9390C

RGB

 RED value IS 217 (85.16% from 255) = 75.87%

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

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

R = 75.87%
G = 19.93%
B = 4.2%

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

#D9390C (or 0xD9390C) is known color: Harley Davidson Orange. HEX triplet: D9, 39 and 0C. RGB value is (217,57,12). Sum of RGB (Red+Green+Blue) = 217+57+12=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 57 (22.66% from 255 or 19.93% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9390C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9390C is #26C6F3. Grayscale: #646464. Windows color (decimal): -2541300 or 801241. OLE color: 801241.

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

Color convert

RGB 217 57 12 -
CMYK 0 0.74 0.94 0.15
HSL 13.17º 0.9% 0.45% -
HSV(B) 13.17º 0.94% 0.85% -
XYZ 30.14 17.7 2.18 -
YUV 99.71 78.51 211.66 -
System Red Green Blue C M Y K H S L
Decimal 217 57 12 0 0.74 0.94 0.15 13.17 0.9 0.45
Hex D9 39 C 0 4A 5E F D 5A 2D
Octal 331 71 14 0 112 136 17 15 132 55
Binary 11011001 111001 1100 0 1001010 1011110 1111 1101 1011010 101101

Color Harmonies of #D9390C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9390C

Black with #D9390C

Text Example


Text Example

White with #D9390C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9390C; }

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

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

background-color css

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

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

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

border-color css

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

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

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