Html Css Color HEX #D52817 Harley Davidson Orange

📋 copy color: '#D52817'

red 213 ◦ green 40 ◦ blue 23

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

Shades of Harley Davidson Orange #D52817

Tints of Harley Davidson Orange #D52817

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.49%

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

R = 77.17%
G = 14.49%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.16

RGB Variations

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

Color information

#D52817 (or 0xD52817) is known color: Harley Davidson Orange. HEX triplet: D5, 28 and 17. RGB value is (213,40,23). Sum of RGB (Red+Green+Blue) = 213+40+23=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 40 (16.02% from 255 or 14.49% from 276); Blue value is 23 (9.38% from 255 or 8.33% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D52817 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52817 is #2AD7E8. Grayscale: #5A5A5A. Windows color (decimal): -2807785 or 1517781. OLE color: 1517781.

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

Color convert

RGB 213 40 23 -
CMYK 0 0.81 0.89 0.16
HSL 5.37º 0.81% 0.46% -
HSV(B) 5.37º 0.89% 0.84% -
XYZ 28.35 15.73 2.35 -
YUV 89.79 90.31 215.88 -
System Red Green Blue C M Y K H S L
Decimal 213 40 23 0 0.81 0.89 0.16 5.37 0.81 0.46
Hex D5 28 17 0 51 59 10 5 51 2E
Octal 325 50 27 0 121 131 20 5 121 56
Binary 11010101 101000 10111 0 1010001 1011001 10000 101 1010001 101110

Color Harmonies of #D52817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52817

Black with #D52817

Text Example


Text Example

White with #D52817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52817; }

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

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

background-color css

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

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

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

border-color css

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

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

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