Html Css Color HEX #D7311E Harley Davidson Orange

📋 copy color: '#D7311E'

red 215 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #D7311E

Tints of Harley Davidson Orange #D7311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.2%

R = 73.13%
G = 16.67%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7311E (or 0xD7311E) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 1E. RGB value is (215,49,30). Sum of RGB (Red+Green+Blue) = 215+49+30=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 30 (12.11% from 255 or 10.20% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7311E is #28CEE1. Grayscale: #606060. Windows color (decimal): -2674402 or 1978839. OLE color: 1978839.

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

Color convert

RGB 215 49 30 -
CMYK 0 0.77 0.86 0.16
HSL 6.16º 0.76% 0.48% -
HSV(B) 6.16º 0.86% 0.84% -
XYZ 29.36 16.74 2.91 -
YUV 96.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 215 49 30 0 0.77 0.86 0.16 6.16 0.76 0.48
Hex D7 31 1E 0 4D 56 10 6 4C 30
Octal 327 61 36 0 115 126 20 6 114 60
Binary 11010111 110001 11110 0 1001101 1010110 10000 110 1001100 110000

Color Harmonies of #D7311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7311E

Black with #D7311E

Text Example


Text Example

White with #D7311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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