Html Css Color HEX #D9380F Harley Davidson Orange

📋 copy color: '#D9380F'

red 217 ◦ green 56 ◦ blue 15

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

Shades of Harley Davidson Orange #D9380F

Tints of Harley Davidson Orange #D9380F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.21%

R = 75.35%
G = 19.44%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#D9380F (or 0xD9380F) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 0F. RGB value is (217,56,15). Sum of RGB (Red+Green+Blue) = 217+56+15=288 (38% of max value = 765). Red value is 217 (85.16% from 255 or 75.35% from 288); Green value is 56 (22.27% from 255 or 19.44% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 217 - color contains mainly: red. Hex color #D9380F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D9380F is #26C7F0. Grayscale: #636363. Windows color (decimal): -2541553 or 997593. OLE color: 997593.

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

Color convert

RGB 217 56 15 -
CMYK 0 0.74 0.93 0.15
HSL 12.18º 0.87% 0.45% -
HSV(B) 12.18º 0.93% 0.85% -
XYZ 30.12 17.61 2.26 -
YUV 99.47 80.34 211.83 -
System Red Green Blue C M Y K H S L
Decimal 217 56 15 0 0.74 0.93 0.15 12.18 0.87 0.45
Hex D9 38 F 0 4A 5D F C 57 2D
Octal 331 70 17 0 112 135 17 14 127 55
Binary 11011001 111000 1111 0 1001010 1011101 1111 1100 1010111 101101

Color Harmonies of #D9380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9380F

Black with #D9380F

Text Example


Text Example

White with #D9380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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