Html Css Color HEX #D7311C Harley Davidson Orange

📋 copy color: '#D7311C'

red 215 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #D7311C

Tints of Harley Davidson Orange #D7311C

RGB

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

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

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

R = 73.63%
G = 16.78%
B = 9.59%

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

#D7311C (or 0xD7311C) is known color: Harley Davidson Orange. HEX triplet: D7, 31 and 1C. RGB value is (215,49,28). Sum of RGB (Red+Green+Blue) = 215+49+28=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7311C is #28CEE3. Grayscale: #606060. Windows color (decimal): -2674404 or 1847767. OLE color: 1847767.

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

Color convert

RGB 215 49 28 -
CMYK 0 0.77 0.87 0.16
HSL 6.74º 0.77% 0.48% -
HSV(B) 6.74º 0.87% 0.84% -
XYZ 29.33 16.73 2.78 -
YUV 96.24 89.5 212.71 -
System Red Green Blue C M Y K H S L
Decimal 215 49 28 0 0.77 0.87 0.16 6.74 0.77 0.48
Hex D7 31 1C 0 4D 57 10 7 4D 30
Octal 327 61 34 0 115 127 20 7 115 60
Binary 11010111 110001 11100 0 1001101 1010111 10000 111 1001101 110000

Color Harmonies of #D7311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7311C

Black with #D7311C

Text Example


Text Example

White with #D7311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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