Html Css Color HEX #D7310D Harley Davidson Orange

📋 copy color: '#D7310D'

red 215 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #D7310D

Tints of Harley Davidson Orange #D7310D

RGB

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

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

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

R = 77.62%
G = 17.69%
B = 4.69%

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

#D7310D (or 0xD7310D) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 0D. RGB value is (215,49,13). Sum of RGB (Red+Green+Blue) = 215+49+13=277 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.62% from 277); Green value is 49 (19.53% from 255 or 17.69% from 277); Blue value is 13 (5.47% from 255 or 4.69% from 277); Max value from RGB is 215 - color contains mainly: red. Hex color #D7310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7310D is #28CEF2. Grayscale: #5E5E5E. Windows color (decimal): -2674419 or 864727. OLE color: 864727.

HSL color Cylindrical-coordinate representation of color #D7310D: hue angle of 10.69º 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 #D7310D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 49 13 -
CMYK 0 0.77 0.94 0.16
HSL 10.69º 0.89% 0.45% -
HSV(B) 10.69º 0.94% 0.84% -
XYZ 29.2 16.67 2.06 -
YUV 94.53 82 213.93 -
System Red Green Blue C M Y K H S L
Decimal 215 49 13 0 0.77 0.94 0.16 10.69 0.89 0.45
Hex D7 31 D 0 4D 5E 10 B 59 2D
Octal 327 61 15 0 115 136 20 13 131 55
Binary 11010111 110001 1101 0 1001101 1011110 10000 1011 1011001 101101

Color Harmonies of #D7310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7310D

Black with #D7310D

Text Example


Text Example

White with #D7310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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