Html Css Color HEX #D6311C Harley Davidson Orange

📋 copy color: '#D6311C'

red 214 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #D6311C

Tints of Harley Davidson Orange #D6311C

RGB

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

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

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

R = 73.54%
G = 16.84%
B = 9.62%

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

#D6311C (or 0xD6311C) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 1C. RGB value is (214,49,28). Sum of RGB (Red+Green+Blue) = 214+49+28=291 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.54% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 214 - color contains mainly: red. Hex color #D6311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6311C is #29CEE3. Grayscale: #606060. Windows color (decimal): -2739940 or 1847766. OLE color: 1847766.

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

Color convert

RGB 214 49 28 -
CMYK 0 0.77 0.87 0.16
HSL 6.77º 0.77% 0.47% -
HSV(B) 6.77º 0.87% 0.84% -
XYZ 29.04 16.58 2.77 -
YUV 95.94 89.66 212.21 -
System Red Green Blue C M Y K H S L
Decimal 214 49 28 0 0.77 0.87 0.16 6.77 0.77 0.47
Hex D6 31 1C 0 4D 57 10 7 4D 2F
Octal 326 61 34 0 115 127 20 7 115 57
Binary 11010110 110001 11100 0 1001101 1010111 10000 111 1001101 101111

Color Harmonies of #D6311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6311C

Black with #D6311C

Text Example


Text Example

White with #D6311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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