Html Css Color HEX #D52910 Harley Davidson Orange

📋 copy color: '#D52910'

red 213 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #D52910

Tints of Harley Davidson Orange #D52910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.93%

R = 78.89%
G = 15.19%
B = 5.93%

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

#D52910 (or 0xD52910) is known color: Harley Davidson Orange. HEX triplet: D5, 29 and 10. RGB value is (213,41,16). Sum of RGB (Red+Green+Blue) = 213+41+16=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 41 (16.41% from 255 or 15.19% from 270); Blue value is 16 (6.64% from 255 or 5.93% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D52910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52910 is #2AD6EF. Grayscale: #595959. Windows color (decimal): -2807536 or 1059285. OLE color: 1059285.

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

Color convert

RGB 213 41 16 -
CMYK 0 0.81 0.92 0.16
HSL 7.61º 0.86% 0.45% -
HSV(B) 7.61º 0.92% 0.84% -
XYZ 28.33 15.77 2.04 -
YUV 89.58 86.48 216.03 -
System Red Green Blue C M Y K H S L
Decimal 213 41 16 0 0.81 0.92 0.16 7.61 0.86 0.45
Hex D5 29 10 0 51 5C 10 8 56 2D
Octal 325 51 20 0 121 134 20 10 126 55
Binary 11010101 101001 10000 0 1010001 1011100 10000 1000 1010110 101101

Color Harmonies of #D52910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52910

Black with #D52910

Text Example


Text Example

White with #D52910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52910; }

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

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

background-color css

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

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

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

border-color css

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

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

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