Html Css Color HEX #D9381F Harley Davidson Orange

📋 copy color: '#D9381F'

red 217 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #D9381F

Tints of Harley Davidson Orange #D9381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.2%

R = 71.38%
G = 18.42%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9381F (or 0xD9381F) is known color: Harley Davidson Orange. HEX triplet: D9, 38 and 1F. RGB value is (217,56,31). Sum of RGB (Red+Green+Blue) = 217+56+31=304 (40% of max value = 765). Red value is 217 (85.16% from 255 or 71.38% from 304); Green value is 56 (22.27% from 255 or 18.42% from 304); Blue value is 31 (12.5% from 255 or 10.20% from 304); Max value from RGB is 217 - color contains mainly: red. Hex color #D9381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9381F is #26C7E0. Grayscale: #656565. Windows color (decimal): -2541537 or 2046169. OLE color: 2046169.

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

Color convert

RGB 217 56 31 -
CMYK 0 0.74 0.86 0.15
HSL 8.06º 0.75% 0.49% -
HSV(B) 8.06º 0.86% 0.85% -
XYZ 30.28 17.68 3.11 -
YUV 101.29 88.34 210.53 -
System Red Green Blue C M Y K H S L
Decimal 217 56 31 0 0.74 0.86 0.15 8.06 0.75 0.49
Hex D9 38 1F 0 4A 56 F 8 4B 31
Octal 331 70 37 0 112 126 17 10 113 61
Binary 11011001 111000 11111 0 1001010 1010110 1111 1000 1001011 110001

Color Harmonies of #D9381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9381F

Black with #D9381F

Text Example


Text Example

White with #D9381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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