Html Css Color HEX #D52316 Harley Davidson Orange

📋 copy color: '#D52316'

red 213 ◦ green 35 ◦ blue 22

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

Shades of Harley Davidson Orange #D52316

Tints of Harley Davidson Orange #D52316

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.96%

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

R = 78.89%
G = 12.96%
B = 8.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.16

RGB Variations

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

Color information

#D52316 (or 0xD52316) is known color: Harley Davidson Orange. HEX triplet: D5, 23 and 16. RGB value is (213,35,22). Sum of RGB (Red+Green+Blue) = 213+35+22=270 (35% of max value = 765). Red value is 213 (83.59% from 255 or 78.89% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 22 (8.98% from 255 or 8.15% from 270); Max value from RGB is 213 - color contains mainly: red. Hex color #D52316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D52316 is #2ADCE9. Grayscale: #565656. Windows color (decimal): -2809066 or 1450965. OLE color: 1450965.

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

Color convert

RGB 213 35 22 -
CMYK 0 0.84 0.90 0.16
HSL 4.08º 0.81% 0.46% -
HSV(B) 4.08º 0.9% 0.84% -
XYZ 28.19 15.41 2.25 -
YUV 86.74 91.47 218.06 -
System Red Green Blue C M Y K H S L
Decimal 213 35 22 0 0.84 0.90 0.16 4.08 0.81 0.46
Hex D5 23 16 0 54 5A 10 4 51 2E
Octal 325 43 26 0 124 132 20 4 121 56
Binary 11010101 100011 10110 0 1010100 1011010 10000 100 1010001 101110

Color Harmonies of #D52316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52316

Black with #D52316

Text Example


Text Example

White with #D52316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52316; }

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

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

background-color css

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

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

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

border-color css

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

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

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