Html Css Color HEX #D53522 Harley Davidson Orange

📋 copy color: '#D53522'

red 213 ◦ green 53 ◦ blue 34

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

Shades of Harley Davidson Orange #D53522

Tints of Harley Davidson Orange #D53522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.67%

 BLUE value IS 34 (13.67% from 255) = 11.33%

R = 71%
G = 17.67%
B = 11.33%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D53522 (or 0xD53522) is known color: Harley Davidson Orange. HEX triplet: D5, 35 and 22. RGB value is (213,53,34). Sum of RGB (Red+Green+Blue) = 213+53+34=300 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71% from 300); Green value is 53 (21.09% from 255 or 17.67% from 300); Blue value is 34 (13.67% from 255 or 11.33% from 300); Max value from RGB is 213 - color contains mainly: red. Hex color #D53522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53522 is #2ACADD. Grayscale: #626262. Windows color (decimal): -2804446 or 2242005. OLE color: 2242005.

HSL color Cylindrical-coordinate representation of color #D53522: hue angle of 6.37º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D53522 is Cyan = 0, Magento = 0.75, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 53 34 -
CMYK 0 0.75 0.84 0.16
HSL 6.37º 0.72% 0.48% -
HSV(B) 6.37º 0.84% 0.84% -
XYZ 29 16.81 3.23 -
YUV 98.67 91.51 209.54 -
System Red Green Blue C M Y K H S L
Decimal 213 53 34 0 0.75 0.84 0.16 6.37 0.72 0.48
Hex D5 35 22 0 4B 54 10 6 48 30
Octal 325 65 42 0 113 124 20 6 110 60
Binary 11010101 110101 100010 0 1001011 1010100 10000 110 1001000 110000

Color Harmonies of #D53522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53522

Black with #D53522

Text Example


Text Example

White with #D53522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53522; }

 p { color: rgb(213,53,34); }

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

background-color css

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

 a { background-color: rgb(213,53,34); }

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

border-color css

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

 span { border-color: rgb(213,53,34); }

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