Html Css Color HEX #D61B11 Harley Davidson Orange

📋 copy color: '#D61B11'

red 214 ◦ green 27 ◦ blue 17

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

Shades of Harley Davidson Orange #D61B11

Tints of Harley Davidson Orange #D61B11

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

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

R = 82.95%
G = 10.47%
B = 6.59%

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

#D61B11 (or 0xD61B11) is known color: Harley Davidson Orange. HEX triplet: D6, 1B and 11. RGB value is (214,27,17). Sum of RGB (Red+Green+Blue) = 214+27+17=258 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.95% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 17 (7.03% from 255 or 6.59% from 258); Max value from RGB is 214 - color contains mainly: red. Hex color #D61B11 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61B11 is #29E4EE. Grayscale: #525252. Windows color (decimal): -2745583 or 1121238. OLE color: 1121238.

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

Color convert

RGB 214 27 17 -
CMYK 0 0.87 0.92 0.16
HSL 3.05º 0.85% 0.45% -
HSV(B) 3.05º 0.92% 0.84% -
XYZ 28.22 15.12 1.96 -
YUV 81.77 91.45 222.31 -
System Red Green Blue C M Y K H S L
Decimal 214 27 17 0 0.87 0.92 0.16 3.05 0.85 0.45
Hex D6 1B 11 0 57 5C 10 3 55 2D
Octal 326 33 21 0 127 134 20 3 125 55
Binary 11010110 11011 10001 0 1010111 1011100 10000 11 1010101 101101

Color Harmonies of #D61B11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61B11

Black with #D61B11

Text Example


Text Example

White with #D61B11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61B11; }

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

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

background-color css

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

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

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

border-color css

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

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

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