Html Css Color HEX #D52611 Harley Davidson Orange

📋 copy color: '#D52611'

red 213 ◦ green 38 ◦ blue 17

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

Shades of Harley Davidson Orange #D52611

Tints of Harley Davidson Orange #D52611

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.18%

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

R = 79.48%
G = 14.18%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52611 (or 0xD52611) is known color: Harley Davidson Orange. HEX triplet: D5, 26 and 11. RGB value is (213,38,17). Sum of RGB (Red+Green+Blue) = 213+38+17=268 (35% of max value = 765). Red value is 213 (83.59% from 255 or 79.48% from 268); Green value is 38 (15.23% from 255 or 14.18% from 268); Blue value is 17 (7.03% from 255 or 6.34% from 268); Max value from RGB is 213 - color contains mainly: red. Hex color #D52611 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52611 is #2AD9EE. Grayscale: #585858. Windows color (decimal): -2808303 or 1124053. OLE color: 1124053.

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

Color convert

RGB 213 38 17 -
CMYK 0 0.82 0.92 0.16
HSL 6.43º 0.85% 0.45% -
HSV(B) 6.43º 0.92% 0.84% -
XYZ 28.23 15.57 2.05 -
YUV 87.93 87.98 217.21 -
System Red Green Blue C M Y K H S L
Decimal 213 38 17 0 0.82 0.92 0.16 6.43 0.85 0.45
Hex D5 26 11 0 52 5C 10 6 55 2D
Octal 325 46 21 0 122 134 20 6 125 55
Binary 11010101 100110 10001 0 1010010 1011100 10000 110 1010101 101101

Color Harmonies of #D52611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52611

Black with #D52611

Text Example


Text Example

White with #D52611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52611; }

 p { color: rgb(213,38,17); }

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

background-color css

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

 a { background-color: rgb(213,38,17); }

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

border-color css

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

 span { border-color: rgb(213,38,17); }

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