Html Css Color HEX #D7311B Harley Davidson Orange

📋 copy color: '#D7311B'

red 215 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #D7311B

Tints of Harley Davidson Orange #D7311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.28%

R = 73.88%
G = 16.84%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7311B (or 0xD7311B) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 1B. RGB value is (215,49,27). Sum of RGB (Red+Green+Blue) = 215+49+27=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 27 (10.94% from 255 or 9.28% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7311B is #28CEE4. Grayscale: #606060. Windows color (decimal): -2674405 or 1782231. OLE color: 1782231.

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

Color convert

RGB 215 49 27 -
CMYK 0 0.77 0.87 0.16
HSL 7.02º 0.78% 0.47% -
HSV(B) 7.02º 0.87% 0.84% -
XYZ 29.32 16.72 2.72 -
YUV 96.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 215 49 27 0 0.77 0.87 0.16 7.02 0.78 0.47
Hex D7 31 1B 0 4D 57 10 7 4E 2F
Octal 327 61 33 0 115 127 20 7 116 57
Binary 11010111 110001 11011 0 1001101 1010111 10000 111 1001110 101111

Color Harmonies of #D7311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7311B

Black with #D7311B

Text Example


Text Example

White with #D7311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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