Html Css Color HEX #D53922 Harley Davidson Orange

📋 copy color: '#D53922'

red 213 ◦ green 57 ◦ blue 34

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

Shades of Harley Davidson Orange #D53922

Tints of Harley Davidson Orange #D53922

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.75%

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

R = 70.07%
G = 18.75%
B = 11.18%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D53922 (or 0xD53922) is known color: Harley Davidson Orange. HEX triplet: D5, 39 and 22. RGB value is (213,57,34). Sum of RGB (Red+Green+Blue) = 213+57+34=304 (40% of max value = 765). Red value is 213 (83.59% from 255 or 70.07% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 34 (13.67% from 255 or 11.18% from 304); Max value from RGB is 213 - color contains mainly: red. Hex color #D53922 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53922 is #2AC6DD. Grayscale: #656565. Windows color (decimal): -2803422 or 2243029. OLE color: 2243029.

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

Color convert

RGB 213 57 34 -
CMYK 0 0.73 0.84 0.16
HSL 7.71º 0.72% 0.48% -
HSV(B) 7.71º 0.84% 0.84% -
XYZ 29.19 17.19 3.29 -
YUV 101.02 90.18 207.87 -
System Red Green Blue C M Y K H S L
Decimal 213 57 34 0 0.73 0.84 0.16 7.71 0.72 0.48
Hex D5 39 22 0 49 54 10 8 48 30
Octal 325 71 42 0 111 124 20 10 110 60
Binary 11010101 111001 100010 0 1001001 1010100 10000 1000 1001000 110000

Color Harmonies of #D53922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53922

Black with #D53922

Text Example


Text Example

White with #D53922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53922; }

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

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

background-color css

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

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

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

border-color css

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

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

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