Html Css Color HEX #D51817 Harley Davidson Orange

📋 copy color: '#D51817'

red 213 ◦ green 24 ◦ blue 23

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

Shades of Harley Davidson Orange #D51817

Tints of Harley Davidson Orange #D51817

RGB

 RED value IS 213 (83.59% from 255) = 81.92%

 GREEN value IS 24 (9.77% from 255) = 9.23%

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

R = 81.92%
G = 9.23%
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

#D51817 (or 0xD51817) is known color: Harley Davidson Orange. HEX triplet: D5, 18 and 17. RGB value is (213,24,23). Sum of RGB (Red+Green+Blue) = 213+24+23=260 (34% of max value = 765). Red value is 213 (83.59% from 255 or 81.92% from 260); Green value is 24 (9.77% from 255 or 9.23% from 260); Blue value is 23 (9.38% from 255 or 8.85% from 260); Max value from RGB is 213 - color contains mainly: red. Hex color #D51817 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51817 is #2AE7E8. Grayscale: #505050. Windows color (decimal): -2811881 or 1513685. OLE color: 1513685.

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

Color convert

RGB 213 24 23 -
CMYK 0 0.89 0.89 0.16
HSL 0.32º 0.81% 0.46% -
HSV(B) 0.32º 0.89% 0.84% -
XYZ 27.92 14.86 2.21 -
YUV 80.4 95.62 222.58 -
System Red Green Blue C M Y K H S L
Decimal 213 24 23 0 0.89 0.89 0.16 0.32 0.81 0.46
Hex D5 18 17 0 59 59 10 0 51 2E
Octal 325 30 27 0 131 131 20 0 121 56
Binary 11010101 11000 10111 0 1011001 1011001 10000 0 1010001 101110

Color Harmonies of #D51817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51817

Black with #D51817

Text Example


Text Example

White with #D51817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51817; }

 p { color: rgb(213,24,23); }

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

background-color css

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

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

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

border-color css

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

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

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