Html Css Color HEX #D6311E Harley Davidson Orange

📋 copy color: '#D6311E'

red 214 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #D6311E

Tints of Harley Davidson Orange #D6311E

RGB

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

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

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

R = 73.04%
G = 16.72%
B = 10.24%

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

#D6311E (or 0xD6311E) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 1E. RGB value is (214,49,30). Sum of RGB (Red+Green+Blue) = 214+49+30=293 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.04% from 293); Green value is 49 (19.53% from 255 or 16.72% from 293); Blue value is 30 (12.11% from 255 or 10.24% from 293); Max value from RGB is 214 - color contains mainly: red. Hex color #D6311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6311E is #29CEE1. Grayscale: #606060. Windows color (decimal): -2739938 or 1978838. OLE color: 1978838.

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

Color convert

RGB 214 49 30 -
CMYK 0 0.77 0.86 0.16
HSL 6.2º 0.75% 0.48% -
HSV(B) 6.2º 0.86% 0.84% -
XYZ 29.06 16.59 2.9 -
YUV 96.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 214 49 30 0 0.77 0.86 0.16 6.2 0.75 0.48
Hex D6 31 1E 0 4D 56 10 6 4B 30
Octal 326 61 36 0 115 126 20 6 113 60
Binary 11010110 110001 11110 0 1001101 1010110 10000 110 1001011 110000

Color Harmonies of #D6311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6311E

Black with #D6311E

Text Example


Text Example

White with #D6311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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