Html Css Color HEX #D52911 Harley Davidson Orange

📋 copy color: '#D52911'

red 213 ◦ green 41 ◦ blue 17

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

Shades of Harley Davidson Orange #D52911

Tints of Harley Davidson Orange #D52911

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.13%

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

R = 78.6%
G = 15.13%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.16

RGB Variations

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

Color information

#D52911 (or 0xD52911) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 11. RGB value is (213,41,17). Sum of RGB (Red+Green+Blue) = 213+41+17=271 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.60% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 17 (7.03% from 255 or 6.27% from 271); Max value from RGB is 213 - color contains mainly: red. Hex color #D52911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52911 is #2AD6EE. Grayscale: #595959. Windows color (decimal): -2807535 or 1124821. OLE color: 1124821.

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

Color convert

RGB 213 41 17 -
CMYK 0 0.81 0.92 0.16
HSL 7.35º 0.85% 0.45% -
HSV(B) 7.35º 0.92% 0.84% -
XYZ 28.33 15.77 2.08 -
YUV 89.69 86.98 215.95 -
System Red Green Blue C M Y K H S L
Decimal 213 41 17 0 0.81 0.92 0.16 7.35 0.85 0.45
Hex D5 29 11 0 51 5C 10 7 55 2D
Octal 325 51 21 0 121 134 20 7 125 55
Binary 11010101 101001 10001 0 1010001 1011100 10000 111 1010101 101101

Color Harmonies of #D52911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52911

Black with #D52911

Text Example


Text Example

White with #D52911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52911; }

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

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

background-color css

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

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

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

border-color css

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

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

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