Html Css Color HEX #D61A16 Harley Davidson Orange

📋 copy color: '#D61A16'

red 214 ◦ green 26 ◦ blue 22

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

Shades of Harley Davidson Orange #D61A16

Tints of Harley Davidson Orange #D61A16

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.92%

 BLUE value IS 22 (8.98% from 255) = 8.4%

R = 81.68%
G = 9.92%
B = 8.4%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D61A16 (or 0xD61A16) is known color: Harley Davidson Orange. HEX triplet: D6, 1A and 16. RGB value is (214,26,22). Sum of RGB (Red+Green+Blue) = 214+26+22=262 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.68% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 22 (8.98% from 255 or 8.40% from 262); Max value from RGB is 214 - color contains mainly: red. Hex color #D61A16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D61A16 is #29E5E9. Grayscale: #515151. Windows color (decimal): -2745834 or 1448662. OLE color: 1448662.

HSL color Cylindrical-coordinate representation of color #D61A16: hue angle of 1.25º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D61A16 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 26 22 -
CMYK 0 0.88 0.90 0.16
HSL 1.25º 0.81% 0.46% -
HSV(B) 1.25º 0.9% 0.84% -
XYZ 28.25 15.09 2.18 -
YUV 81.76 94.28 222.33 -
System Red Green Blue C M Y K H S L
Decimal 214 26 22 0 0.88 0.90 0.16 1.25 0.81 0.46
Hex D6 1A 16 0 58 5A 10 1 51 2E
Octal 326 32 26 0 130 132 20 1 121 56
Binary 11010110 11010 10110 0 1011000 1011010 10000 1 1010001 101110

Color Harmonies of #D61A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61A16

Black with #D61A16

Text Example


Text Example

White with #D61A16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61A16; }

 p { color: rgb(214,26,22); }

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

background-color css

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

 a { background-color: rgb(214,26,22); }

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

border-color css

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

 span { border-color: rgb(214,26,22); }

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