Html Css Color HEX #D52716 Harley Davidson Orange

📋 copy color: '#D52716'

red 213 ◦ green 39 ◦ blue 22

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

Shades of Harley Davidson Orange #D52716

Tints of Harley Davidson Orange #D52716

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

 BLUE value IS 22 (8.98% from 255) = 8.03%

R = 77.74%
G = 14.23%
B = 8.03%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D52716 (or 0xD52716) is known color: Harley Davidson Orange. HEX triplet: D5, 27 and 16. RGB value is (213,39,22). Sum of RGB (Red+Green+Blue) = 213+39+22=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D52716 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52716 is #2AD8E9. Grayscale: #595959. Windows color (decimal): -2808042 or 1451989. OLE color: 1451989.

HSL color Cylindrical-coordinate representation of color #D52716: hue angle of 5.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D52716 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 39 22 -
CMYK 0 0.82 0.90 0.16
HSL 5.34º 0.81% 0.46% -
HSV(B) 5.34º 0.9% 0.84% -
XYZ 28.31 15.66 2.29 -
YUV 89.09 90.15 216.38 -
System Red Green Blue C M Y K H S L
Decimal 213 39 22 0 0.82 0.90 0.16 5.34 0.81 0.46
Hex D5 27 16 0 52 5A 10 5 51 2E
Octal 325 47 26 0 122 132 20 5 121 56
Binary 11010101 100111 10110 0 1010010 1011010 10000 101 1010001 101110

Color Harmonies of #D52716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52716

Black with #D52716

Text Example


Text Example

White with #D52716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52716; }

 p { color: rgb(213,39,22); }

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

background-color css

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

 a { background-color: rgb(213,39,22); }

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

border-color css

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

 span { border-color: rgb(213,39,22); }

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