Html Css Color HEX #D54322 Harley Davidson Orange

📋 copy color: '#D54322'

red 213 ◦ green 67 ◦ blue 34

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

Shades of Harley Davidson Orange #D54322

Tints of Harley Davidson Orange #D54322

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.34%

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

R = 67.83%
G = 21.34%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D54322 (or 0xD54322) is known color: Harley Davidson Orange. HEX triplet: D5, 43 and 22. RGB value is (213,67,34). Sum of RGB (Red+Green+Blue) = 213+67+34=314 (41% of max value = 765). Red value is 213 (83.59% from 255 or 67.83% from 314); Green value is 67 (26.56% from 255 or 21.34% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 213 - color contains mainly: red. Hex color #D54322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54322 is #2ABCDD. Grayscale: #6B6B6B. Windows color (decimal): -2800862 or 2245589. OLE color: 2245589.

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

Color convert

RGB 213 67 34 -
CMYK 0 0.69 0.84 0.16
HSL 11.06º 0.72% 0.48% -
HSV(B) 11.06º 0.84% 0.84% -
XYZ 29.74 18.28 3.47 -
YUV 106.89 86.87 203.68 -
System Red Green Blue C M Y K H S L
Decimal 213 67 34 0 0.69 0.84 0.16 11.06 0.72 0.48
Hex D5 43 22 0 45 54 10 B 48 30
Octal 325 103 42 0 105 124 20 13 110 60
Binary 11010101 1000011 100010 0 1000101 1010100 10000 1011 1001000 110000

Color Harmonies of #D54322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54322

Black with #D54322

Text Example


Text Example

White with #D54322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54322; }

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

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

background-color css

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

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

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

border-color css

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

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

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