Html Css Color HEX #D53316 Harley Davidson Orange

📋 copy color: '#D53316'

red 213 ◦ green 51 ◦ blue 22

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

Shades of Harley Davidson Orange #D53316

Tints of Harley Davidson Orange #D53316

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.83%

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

R = 74.48%
G = 17.83%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D53316 (or 0xD53316) is known color: Harley Davidson Orange. HEX triplet: D5, 33 and 16. RGB value is (213,51,22). Sum of RGB (Red+Green+Blue) = 213+51+22=286 (37% of max value = 765). Red value is 213 (83.59% from 255 or 74.48% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 213 - color contains mainly: red. Hex color #D53316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D53316 is #2ACCE9. Grayscale: #606060. Windows color (decimal): -2804970 or 1455061. OLE color: 1455061.

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

Color convert

RGB 213 51 22 -
CMYK 0 0.76 0.90 0.16
HSL 9.11º 0.81% 0.46% -
HSV(B) 9.11º 0.9% 0.84% -
XYZ 28.77 16.57 2.44 -
YUV 96.13 86.17 211.36 -
System Red Green Blue C M Y K H S L
Decimal 213 51 22 0 0.76 0.90 0.16 9.11 0.81 0.46
Hex D5 33 16 0 4C 5A 10 9 51 2E
Octal 325 63 26 0 114 132 20 11 121 56
Binary 11010101 110011 10110 0 1001100 1011010 10000 1001 1010001 101110

Color Harmonies of #D53316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53316

Black with #D53316

Text Example


Text Example

White with #D53316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53316; }

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

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

background-color css

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

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

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

border-color css

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

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

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