Html Css Color HEX #D53616 Harley Davidson Orange

📋 copy color: '#D53616'

red 213 ◦ green 54 ◦ blue 22

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

Shades of Harley Davidson Orange #D53616

Tints of Harley Davidson Orange #D53616

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.69%

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

R = 73.7%
G = 18.69%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53616 (or 0xD53616) is known color: Harley Davidson Orange. HEX triplet: D5, 36 and 16. RGB value is (213,54,22). Sum of RGB (Red+Green+Blue) = 213+54+22=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 22 (8.98% from 255 or 7.61% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D53616 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53616 is #2AC9E9. Grayscale: #626262. Windows color (decimal): -2804202 or 1455829. OLE color: 1455829.

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

Color convert

RGB 213 54 22 -
CMYK 0 0.75 0.90 0.16
HSL 10.05º 0.81% 0.46% -
HSV(B) 10.05º 0.9% 0.84% -
XYZ 28.9 16.84 2.49 -
YUV 97.89 85.18 210.1 -
System Red Green Blue C M Y K H S L
Decimal 213 54 22 0 0.75 0.90 0.16 10.05 0.81 0.46
Hex D5 36 16 0 4B 5A 10 A 51 2E
Octal 325 66 26 0 113 132 20 12 121 56
Binary 11010101 110110 10110 0 1001011 1011010 10000 1010 1010001 101110

Color Harmonies of #D53616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53616

Black with #D53616

Text Example


Text Example

White with #D53616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53616; }

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

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

background-color css

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

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

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

border-color css

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

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

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