Html Css Color HEX #D9370B Harley Davidson Orange

📋 copy color: '#D9370B'

red 217 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #D9370B

Tints of Harley Davidson Orange #D9370B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.89%

R = 76.68%
G = 19.43%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.15

RGB Variations

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

Color information

#D9370B (or 0xD9370B) is known color: Harley Davidson Orange. HEX triplet: D9, 37 and 0B. RGB value is (217,55,11). Sum of RGB (Red+Green+Blue) = 217+55+11=283 (37% of max value = 765). Red value is 217 (85.16% from 255 or 76.68% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 11 (4.69% from 255 or 3.89% from 283); Max value from RGB is 217 - color contains mainly: red. Hex color #D9370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9370B is #26C8F4. Grayscale: #626262. Windows color (decimal): -2541813 or 735193. OLE color: 735193.

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

Color convert

RGB 217 55 11 -
CMYK 0 0.75 0.95 0.15
HSL 12.82º 0.9% 0.45% -
HSV(B) 12.82º 0.95% 0.85% -
XYZ 30.04 17.51 2.11 -
YUV 98.42 78.67 212.58 -
System Red Green Blue C M Y K H S L
Decimal 217 55 11 0 0.75 0.95 0.15 12.82 0.9 0.45
Hex D9 37 B 0 4B 5F F D 5A 2D
Octal 331 67 13 0 113 137 17 15 132 55
Binary 11011001 110111 1011 0 1001011 1011111 1111 1101 1011010 101101

Color Harmonies of #D9370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9370B

Black with #D9370B

Text Example


Text Example

White with #D9370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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