Html Css Color HEX #D9380D Harley Davidson Orange

📋 copy color: '#D9380D'

red 217 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #D9380D

Tints of Harley Davidson Orange #D9380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.58%

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

R = 75.87%
G = 19.58%
B = 4.55%

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

#D9380D (or 0xD9380D) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 0D. RGB value is (217,56,13). Sum of RGB (Red+Green+Blue) = 217+56+13=286 (37% of max value = 765). Red value is 217 (85.16% from 255 or 75.87% from 286); Green value is 56 (22.27% from 255 or 19.58% from 286); Blue value is 13 (5.47% from 255 or 4.55% from 286); Max value from RGB is 217 - color contains mainly: red. Hex color #D9380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9380D is #26C7F2. Grayscale: #636363. Windows color (decimal): -2541555 or 866521. OLE color: 866521.

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

Color convert

RGB 217 56 13 -
CMYK 0 0.74 0.94 0.15
HSL 12.65º 0.89% 0.45% -
HSV(B) 12.65º 0.94% 0.85% -
XYZ 30.1 17.61 2.19 -
YUV 99.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 217 56 13 0 0.74 0.94 0.15 12.65 0.89 0.45
Hex D9 38 D 0 4A 5E F D 59 2D
Octal 331 70 15 0 112 136 17 15 131 55
Binary 11011001 111000 1101 0 1001010 1011110 1111 1101 1011001 101101

Color Harmonies of #D9380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9380D

Black with #D9380D

Text Example


Text Example

White with #D9380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9380D; }

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

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

background-color css

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

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

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

border-color css

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

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

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