Html Css Color HEX #D61C11 Harley Davidson Orange

📋 copy color: '#D61C11'

red 214 ◦ green 28 ◦ blue 17

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

Shades of Harley Davidson Orange #D61C11

Tints of Harley Davidson Orange #D61C11

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.81%

 BLUE value IS 17 (7.03% from 255) = 6.56%

R = 82.63%
G = 10.81%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61C11 (or 0xD61C11) is known color: Harley Davidson Orange. HEX triplet: D6, 1C and 11. RGB value is (214,28,17). Sum of RGB (Red+Green+Blue) = 214+28+17=259 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.63% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 17 (7.03% from 255 or 6.56% from 259); Max value from RGB is 214 - color contains mainly: red. Hex color #D61C11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61C11 is #29E3EE. Grayscale: #525252. Windows color (decimal): -2745327 or 1121494. OLE color: 1121494.

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

Color convert

RGB 214 28 17 -
CMYK 0 0.87 0.92 0.16
HSL 3.35º 0.85% 0.45% -
HSV(B) 3.35º 0.92% 0.84% -
XYZ 28.25 15.17 1.97 -
YUV 82.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 214 28 17 0 0.87 0.92 0.16 3.35 0.85 0.45
Hex D6 1C 11 0 57 5C 10 3 55 2D
Octal 326 34 21 0 127 134 20 3 125 55
Binary 11010110 11100 10001 0 1010111 1011100 10000 11 1010101 101101

Color Harmonies of #D61C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61C11

Black with #D61C11

Text Example


Text Example

White with #D61C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61C11; }

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

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

background-color css

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

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

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

border-color css

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

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

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