Html Css Color HEX #D61611 Harley Davidson Orange

📋 copy color: '#D61611'

red 214 ◦ green 22 ◦ blue 17

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

Shades of Harley Davidson Orange #D61611

Tints of Harley Davidson Orange #D61611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.7%

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

R = 84.58%
G = 8.7%
B = 6.72%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D61611 (or 0xD61611) is known color: Harley Davidson Orange. HEX triplet: D6, 16 and 11. RGB value is (214,22,17). Sum of RGB (Red+Green+Blue) = 214+22+17=253 (33% of max value = 765). Red value is 214 (83.98% from 255 or 84.58% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 214 - color contains mainly: red. Hex color #D61611 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61611 is #29E9EE. Grayscale: #4F4F4F. Windows color (decimal): -2746863 or 1119958. OLE color: 1119958.

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

Color convert

RGB 214 22 17 -
CMYK 0 0.90 0.92 0.16
HSL 1.52º 0.85% 0.45% -
HSV(B) 1.52º 0.92% 0.84% -
XYZ 28.12 14.91 1.93 -
YUV 78.84 93.11 224.41 -
System Red Green Blue C M Y K H S L
Decimal 214 22 17 0 0.90 0.92 0.16 1.52 0.85 0.45
Hex D6 16 11 0 5A 5C 10 2 55 2D
Octal 326 26 21 0 132 134 20 2 125 55
Binary 11010110 10110 10001 0 1011010 1011100 10000 10 1010101 101101

Color Harmonies of #D61611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61611

Black with #D61611

Text Example


Text Example

White with #D61611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61611; }

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

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

background-color css

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

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

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

border-color css

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

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

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