Html Css Color HEX #D6381C Harley Davidson Orange

📋 copy color: '#D6381C'

red 214 ◦ green 56 ◦ blue 28

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

Shades of Harley Davidson Orange #D6381C

Tints of Harley Davidson Orange #D6381C

RGB

 RED value IS 214 (83.98% from 255) = 71.81%

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

 BLUE value IS 28 (11.33% from 255) = 9.4%

R = 71.81%
G = 18.79%
B = 9.4%

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

#D6381C (or 0xD6381C) is known color: Harley Davidson Orange. HEX triplet: D6, 38 and 1C. RGB value is (214,56,28). Sum of RGB (Red+Green+Blue) = 214+56+28=298 (39% of max value = 765). Red value is 214 (83.98% from 255 or 71.81% from 298); Green value is 56 (22.27% from 255 or 18.79% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 214 - color contains mainly: red. Hex color #D6381C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6381C is #29C7E3. Grayscale: #646464. Windows color (decimal): -2738148 or 1849558. OLE color: 1849558.

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

Color convert

RGB 214 56 28 -
CMYK 0 0.74 0.87 0.16
HSL 9.03º 0.77% 0.47% -
HSV(B) 9.03º 0.87% 0.84% -
XYZ 29.36 17.21 2.87 -
YUV 100.05 87.35 209.28 -
System Red Green Blue C M Y K H S L
Decimal 214 56 28 0 0.74 0.87 0.16 9.03 0.77 0.47
Hex D6 38 1C 0 4A 57 10 9 4D 2F
Octal 326 70 34 0 112 127 20 11 115 57
Binary 11010110 111000 11100 0 1001010 1010111 10000 1001 1001101 101111

Color Harmonies of #D6381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6381C

Black with #D6381C

Text Example


Text Example

White with #D6381C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6381C; }

 p { color: rgb(214,56,28); }

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

background-color css

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

 a { background-color: rgb(214,56,28); }

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

border-color css

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

 span { border-color: rgb(214,56,28); }

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