Html Css Color HEX #D5320C Harley Davidson Orange

📋 copy color: '#D5320C'

red 213 ◦ green 50 ◦ blue 12

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

Shades of Harley Davidson Orange #D5320C

Tints of Harley Davidson Orange #D5320C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.36%

R = 77.45%
G = 18.18%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D5320C (or 0xD5320C) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 0C. RGB value is (213,50,12). Sum of RGB (Red+Green+Blue) = 213+50+12=275 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.45% from 275); Green value is 50 (19.92% from 255 or 18.18% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 213 - color contains mainly: red. Hex color #D5320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5320C is #2ACDF3. Grayscale: #5E5E5E. Windows color (decimal): -2805236 or 799445. OLE color: 799445.

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

Color convert

RGB 213 50 12 -
CMYK 0 0.77 0.94 0.16
HSL 11.34º 0.89% 0.44% -
HSV(B) 11.34º 0.94% 0.84% -
XYZ 28.65 16.45 2.01 -
YUV 94.41 81.5 212.59 -
System Red Green Blue C M Y K H S L
Decimal 213 50 12 0 0.77 0.94 0.16 11.34 0.89 0.44
Hex D5 32 C 0 4D 5E 10 B 59 2C
Octal 325 62 14 0 115 136 20 13 131 54
Binary 11010101 110010 1100 0 1001101 1011110 10000 1011 1011001 101100

Color Harmonies of #D5320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5320C

Black with #D5320C

Text Example


Text Example

White with #D5320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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