Html Css Color HEX #D6310D Harley Davidson Orange

📋 copy color: '#D6310D'

red 214 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #D6310D

Tints of Harley Davidson Orange #D6310D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 77.54%
G = 17.75%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D6310D (or 0xD6310D) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 0D. RGB value is (214,49,13). Sum of RGB (Red+Green+Blue) = 214+49+13=276 (36% of max value = 765). Red value is 214 (83.98% from 255 or 77.54% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 214 - color contains mainly: red. Hex color #D6310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D6310D is #29CEF2. Grayscale: #5E5E5E. Windows color (decimal): -2739955 or 864726. OLE color: 864726.

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

Color convert

RGB 214 49 13 -
CMYK 0 0.77 0.94 0.16
HSL 10.75º 0.89% 0.45% -
HSV(B) 10.75º 0.94% 0.84% -
XYZ 28.9 16.52 2.05 -
YUV 94.23 82.16 213.43 -
System Red Green Blue C M Y K H S L
Decimal 214 49 13 0 0.77 0.94 0.16 10.75 0.89 0.45
Hex D6 31 D 0 4D 5E 10 B 59 2D
Octal 326 61 15 0 115 136 20 13 131 55
Binary 11010110 110001 1101 0 1001101 1011110 10000 1011 1011001 101101

Color Harmonies of #D6310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6310D

Black with #D6310D

Text Example


Text Example

White with #D6310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6310D; }

 p { color: rgb(214,49,13); }

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

background-color css

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

 a { background-color: rgb(214,49,13); }

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

border-color css

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

 span { border-color: rgb(214,49,13); }

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