Html Css Color HEX #D8381D Harley Davidson Orange

📋 copy color: '#D8381D'

red 216 ◦ green 56 ◦ blue 29

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

Shades of Harley Davidson Orange #D8381D

Tints of Harley Davidson Orange #D8381D

RGB

 RED value IS 216 (84.77% from 255) = 71.76%

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

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

R = 71.76%
G = 18.6%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D8381D (or 0xD8381D) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 1D. RGB value is (216,56,29). Sum of RGB (Red+Green+Blue) = 216+56+29=301 (39% of max value = 765). Red value is 216 (84.77% from 255 or 71.76% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 29 (11.72% from 255 or 9.63% from 301); Max value from RGB is 216 - color contains mainly: red. Hex color #D8381D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8381D is #27C7E2. Grayscale: #656565. Windows color (decimal): -2607075 or 1915096. OLE color: 1915096.

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

Color convert

RGB 216 56 29 -
CMYK 0 0.74 0.87 0.15
HSL 8.66º 0.76% 0.48% -
HSV(B) 8.66º 0.87% 0.85% -
XYZ 29.95 17.52 2.96 -
YUV 100.76 87.51 210.2 -
System Red Green Blue C M Y K H S L
Decimal 216 56 29 0 0.74 0.87 0.15 8.66 0.76 0.48
Hex D8 38 1D 0 4A 57 F 9 4C 30
Octal 330 70 35 0 112 127 17 11 114 60
Binary 11011000 111000 11101 0 1001010 1010111 1111 1001 1001100 110000

Color Harmonies of #D8381D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8381D

Black with #D8381D

Text Example


Text Example

White with #D8381D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8381D; }

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

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

background-color css

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

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

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

border-color css

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

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

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