Html Css Color HEX #D52517 Harley Davidson Orange

📋 copy color: '#D52517'

red 213 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #D52517

Tints of Harley Davidson Orange #D52517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

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

R = 78.02%
G = 13.55%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D52517 (or 0xD52517) is known color: Harley Davidson Orange. HEX triplet: D5, 25 and 17. RGB value is (213,37,23). Sum of RGB (Red+Green+Blue) = 213+37+23=273 (36% of max value = 765). Red value is 213 (83.59% from 255 or 78.02% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 213 - color contains mainly: red. Hex color #D52517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52517 is #2ADAE8. Grayscale: #585858. Windows color (decimal): -2808553 or 1517013. OLE color: 1517013.

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

Color convert

RGB 213 37 23 -
CMYK 0 0.83 0.89 0.16
HSL 4.42º 0.81% 0.46% -
HSV(B) 4.42º 0.89% 0.84% -
XYZ 28.26 15.53 2.32 -
YUV 88.03 91.31 217.14 -
System Red Green Blue C M Y K H S L
Decimal 213 37 23 0 0.83 0.89 0.16 4.42 0.81 0.46
Hex D5 25 17 0 53 59 10 4 51 2E
Octal 325 45 27 0 123 131 20 4 121 56
Binary 11010101 100101 10111 0 1010011 1011001 10000 100 1010001 101110

Color Harmonies of #D52517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52517

Black with #D52517

Text Example


Text Example

White with #D52517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52517; }

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

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

background-color css

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

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

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

border-color css

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

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

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