Html Css Color HEX #D9370D Harley Davidson Orange

📋 copy color: '#D9370D'

red 217 ◦ green 55 ◦ blue 13

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

Shades of Harley Davidson Orange #D9370D

Tints of Harley Davidson Orange #D9370D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.3%

 BLUE value IS 13 (5.47% from 255) = 4.56%

R = 76.14%
G = 19.3%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D9370D (or 0xD9370D) is known color: Harley Davidson Orange. HEX triplet: D9, 37 and 0D. RGB value is (217,55,13). Sum of RGB (Red+Green+Blue) = 217+55+13=285 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.14% from 285); Green value is 55 (21.88% from 255 or 19.30% from 285); Blue value is 13 (5.47% from 255 or 4.56% from 285); Max value from RGB is 217 - color contains mainly: red. Hex color #D9370D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9370D is #26C8F2. Grayscale: #626262. Windows color (decimal): -2541811 or 866265. OLE color: 866265.

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

Color convert

RGB 217 55 13 -
CMYK 0 0.75 0.94 0.15
HSL 12.35º 0.89% 0.45% -
HSV(B) 12.35º 0.94% 0.85% -
XYZ 30.05 17.51 2.18 -
YUV 98.65 79.67 212.42 -
System Red Green Blue C M Y K H S L
Decimal 217 55 13 0 0.75 0.94 0.15 12.35 0.89 0.45
Hex D9 37 D 0 4B 5E F C 59 2D
Octal 331 67 15 0 113 136 17 14 131 55
Binary 11011001 110111 1101 0 1001011 1011110 1111 1100 1011001 101101

Color Harmonies of #D9370D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9370D

Black with #D9370D

Text Example


Text Example

White with #D9370D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9370D; }

 p { color: rgb(217,55,13); }

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

background-color css

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

 a { background-color: rgb(217,55,13); }

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

border-color css

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

 span { border-color: rgb(217,55,13); }

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