Html Css Color HEX #D7381D Harley Davidson Orange

📋 copy color: '#D7381D'

red 215 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #D7381D

Tints of Harley Davidson Orange #D7381D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.67%

R = 71.67%
G = 18.67%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7381D (or 0xD7381D) is known color: Harley Davidson Orange. HEX triplet: D7, 38 and 1D. RGB value is (215,56,29). Sum of RGB (Red+Green+Blue) = 215+56+29=300 (39% of max value = 765). Red value is 215 (84.38% from 255 or 71.67% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 29 (11.72% from 255 or 9.67% from 300); Max value from RGB is 215 - color contains mainly: red. Hex color #D7381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7381D is #28C7E2. Grayscale: #646464. Windows color (decimal): -2672611 or 1915095. OLE color: 1915095.

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

Color convert

RGB 215 56 29 -
CMYK 0 0.74 0.87 0.16
HSL 8.71º 0.76% 0.48% -
HSV(B) 8.71º 0.87% 0.84% -
XYZ 29.66 17.36 2.95 -
YUV 100.46 87.68 209.7 -
System Red Green Blue C M Y K H S L
Decimal 215 56 29 0 0.74 0.87 0.16 8.71 0.76 0.48
Hex D7 38 1D 0 4A 57 10 9 4C 30
Octal 327 70 35 0 112 127 20 11 114 60
Binary 11010111 111000 11101 0 1001010 1010111 10000 1001 1001100 110000

Color Harmonies of #D7381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7381D

Black with #D7381D

Text Example


Text Example

White with #D7381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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