Html Css Color HEX #D61717 Harley Davidson Orange

📋 copy color: '#D61717'

red 214 ◦ green 23 ◦ blue 23

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

Shades of Harley Davidson Orange #D61717

Tints of Harley Davidson Orange #D61717

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.85%

 BLUE value IS 23 (9.38% from 255) = 8.85%

R = 82.31%
G = 8.85%
B = 8.85%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D61717 (or 0xD61717) is known color: Harley Davidson Orange. HEX triplet: D6, 17 and 17. RGB value is (214,23,23). Sum of RGB (Red+Green+Blue) = 214+23+23=260 (34% of max value = 765). Red value is 214 (83.98% from 255 or 82.31% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 214 - color contains mainly: red. Hex color #D61717 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D61717 is #29E8E8. Grayscale: #505050. Windows color (decimal): -2746601 or 1513430. OLE color: 1513430.

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

Color convert

RGB 214 23 23 -
CMYK 0 0.89 0.89 0.16
HSL 0.81% 0.46% -
HSV(B) 0.89% 0.84% -
XYZ 28.19 14.97 2.21 -
YUV 80.11 95.78 223.5 -
System Red Green Blue C M Y K H S L
Decimal 214 23 23 0 0.89 0.89 0.16 0 0.81 0.46
Hex D6 17 17 0 59 59 10 0 51 2E
Octal 326 27 27 0 131 131 20 0 121 56
Binary 11010110 10111 10111 0 1011001 1011001 10000 0 1010001 101110

Color Harmonies of #D61717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D61717

Black with #D61717

Text Example


Text Example

White with #D61717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D61717; }

 p { color: rgb(214,23,23); }

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

background-color css

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

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

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

border-color css

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

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

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