Html Css Color HEX #D6311D Harley Davidson Orange

📋 copy color: '#D6311D'

red 214 ◦ green 49 ◦ blue 29

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

Shades of Harley Davidson Orange #D6311D

Tints of Harley Davidson Orange #D6311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 73.29%
G = 16.78%
B = 9.93%

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

#D6311D (or 0xD6311D) is known color: Harley Davidson Orange. HEX triplet: D6, 31 and 1D. RGB value is (214,49,29). Sum of RGB (Red+Green+Blue) = 214+49+29=292 (38% of max value = 765). Red value is 214 (83.98% from 255 or 73.29% from 292); Green value is 49 (19.53% from 255 or 16.78% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 214 - color contains mainly: red. Hex color #D6311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6311D is #29CEE2. Grayscale: #606060. Windows color (decimal): -2739939 or 1913302. OLE color: 1913302.

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

Color convert

RGB 214 49 29 -
CMYK 0 0.77 0.86 0.16
HSL 6.49º 0.76% 0.48% -
HSV(B) 6.49º 0.86% 0.84% -
XYZ 29.05 16.58 2.83 -
YUV 96.06 90.16 212.13 -
System Red Green Blue C M Y K H S L
Decimal 214 49 29 0 0.77 0.86 0.16 6.49 0.76 0.48
Hex D6 31 1D 0 4D 56 10 6 4C 30
Octal 326 61 35 0 115 126 20 6 114 60
Binary 11010110 110001 11101 0 1001101 1010110 10000 110 1001100 110000

Color Harmonies of #D6311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6311D

Black with #D6311D

Text Example


Text Example

White with #D6311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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