Html Css Color HEX #D7381F Harley Davidson Orange

📋 copy color: '#D7381F'

red 215 ◦ green 56 ◦ blue 31

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

Shades of Harley Davidson Orange #D7381F

Tints of Harley Davidson Orange #D7381F

RGB

 RED value IS 215 (84.38% from 255) = 71.19%

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

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

R = 71.19%
G = 18.54%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7381F (or 0xD7381F) is known color: Harley Davidson Orange. HEX triplet: D7, 38 and 1F. RGB value is (215,56,31). Sum of RGB (Red+Green+Blue) = 215+56+31=302 (40% of max value = 765). Red value is 215 (84.38% from 255 or 71.19% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 31 (12.5% from 255 or 10.26% from 302); Max value from RGB is 215 - color contains mainly: red. Hex color #D7381F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7381F is #28C7E0. Grayscale: #646464. Windows color (decimal): -2672609 or 2046167. OLE color: 2046167.

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

Color convert

RGB 215 56 31 -
CMYK 0 0.74 0.86 0.16
HSL 8.15º 0.75% 0.48% -
HSV(B) 8.15º 0.86% 0.84% -
XYZ 29.69 17.37 3.09 -
YUV 100.69 88.68 209.53 -
System Red Green Blue C M Y K H S L
Decimal 215 56 31 0 0.74 0.86 0.16 8.15 0.75 0.48
Hex D7 38 1F 0 4A 56 10 8 4B 30
Octal 327 70 37 0 112 126 20 10 113 60
Binary 11010111 111000 11111 0 1001010 1010110 10000 1000 1001011 110000

Color Harmonies of #D7381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7381F

Black with #D7381F

Text Example


Text Example

White with #D7381F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7381F; }

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

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

background-color css

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

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

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

border-color css

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

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

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