Html Css Color HEX #D61916 Harley Davidson Orange

📋 copy color: '#D61916'

red 214 ◦ green 25 ◦ blue 22

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

Shades of Harley Davidson Orange #D61916

Tints of Harley Davidson Orange #D61916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

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

R = 81.99%
G = 9.58%
B = 8.43%

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

#D61916 (or 0xD61916) is known color: Harley Davidson Orange. HEX triplet: D6, 19 and 16. RGB value is (214,25,22). Sum of RGB (Red+Green+Blue) = 214+25+22=261 (34% of max value = 765). Red value is 214 (83.98% from 255 or 81.99% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 22 (8.98% from 255 or 8.43% from 261); Max value from RGB is 214 - color contains mainly: red. Hex color #D61916 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61916 is #29E6E9. Grayscale: #515151. Windows color (decimal): -2746090 or 1448406. OLE color: 1448406.

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

Color convert

RGB 214 25 22 -
CMYK 0 0.88 0.90 0.16
HSL 0.94º 0.81% 0.46% -
HSV(B) 0.94º 0.9% 0.84% -
XYZ 28.22 15.05 2.18 -
YUV 81.17 94.62 222.74 -
System Red Green Blue C M Y K H S L
Decimal 214 25 22 0 0.88 0.90 0.16 0.94 0.81 0.46
Hex D6 19 16 0 58 5A 10 1 51 2E
Octal 326 31 26 0 130 132 20 1 121 56
Binary 11010110 11001 10110 0 1011000 1011010 10000 1 1010001 101110

Color Harmonies of #D61916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61916

Black with #D61916

Text Example


Text Example

White with #D61916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61916; }

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

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

background-color css

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

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

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

border-color css

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

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

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