Html Css Color HEX #D5321A Harley Davidson Orange

📋 copy color: '#D5321A'

red 213 ◦ green 50 ◦ blue 26

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

Shades of Harley Davidson Orange #D5321A

Tints of Harley Davidson Orange #D5321A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.3%

 BLUE value IS 26 (10.55% from 255) = 9%

R = 73.7%
G = 17.3%
B = 9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.16

RGB Variations

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

Color information

#D5321A (or 0xD5321A) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 1A. RGB value is (213,50,26). Sum of RGB (Red+Green+Blue) = 213+50+26=289 (38% of max value = 765). Red value is 213 (83.59% from 255 or 73.70% from 289); Green value is 50 (19.92% from 255 or 17.30% from 289); Blue value is 26 (10.55% from 255 or 9.00% from 289); Max value from RGB is 213 - color contains mainly: red. Hex color #D5321A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5321A is #2ACDE5. Grayscale: #606060. Windows color (decimal): -2805222 or 1716949. OLE color: 1716949.

HSL color Cylindrical-coordinate representation of color #D5321A: hue angle of 7.7º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D5321A is Cyan = 0, Magento = 0.77, Yellow = 0.88 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 26 -
CMYK 0 0.77 0.88 0.16
HSL 7.7º 0.78% 0.47% -
HSV(B) 7.7º 0.88% 0.84% -
XYZ 28.77 16.5 2.65 -
YUV 96 88.5 211.45 -
System Red Green Blue C M Y K H S L
Decimal 213 50 26 0 0.77 0.88 0.16 7.7 0.78 0.47
Hex D5 32 1A 0 4D 58 10 8 4E 2F
Octal 325 62 32 0 115 130 20 10 116 57
Binary 11010101 110010 11010 0 1001101 1011000 10000 1000 1001110 101111

Color Harmonies of #D5321A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5321A

Black with #D5321A

Text Example


Text Example

White with #D5321A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5321A; }

 p { color: rgb(213,50,26); }

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

background-color css

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

 a { background-color: rgb(213,50,26); }

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

border-color css

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

 span { border-color: rgb(213,50,26); }

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