Html Css Color HEX #D5320D Harley Davidson Orange

📋 copy color: '#D5320D'

red 213 ◦ green 50 ◦ blue 13

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

Shades of Harley Davidson Orange #D5320D

Tints of Harley Davidson Orange #D5320D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.71%

R = 77.17%
G = 18.12%
B = 4.71%

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

#D5320D (or 0xD5320D) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 0D. RGB value is (213,50,13). Sum of RGB (Red+Green+Blue) = 213+50+13=276 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.17% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 13 (5.47% from 255 or 4.71% from 276); Max value from RGB is 213 - color contains mainly: red. Hex color #D5320D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5320D is #2ACDF2. Grayscale: #5E5E5E. Windows color (decimal): -2805235 or 864981. OLE color: 864981.

HSL color Cylindrical-coordinate representation of color #D5320D: hue angle of 11.1º degrees, saturation: 0.88, 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 #D5320D is Cyan = 0, Magento = 0.77, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 50 13 -
CMYK 0 0.77 0.94 0.16
HSL 11.1º 0.88% 0.44% -
HSV(B) 11.1º 0.94% 0.84% -
XYZ 28.65 16.46 2.05 -
YUV 94.52 82 212.51 -
System Red Green Blue C M Y K H S L
Decimal 213 50 13 0 0.77 0.94 0.16 11.1 0.88 0.44
Hex D5 32 D 0 4D 5E 10 B 58 2C
Octal 325 62 15 0 115 136 20 13 130 54
Binary 11010101 110010 1101 0 1001101 1011110 10000 1011 1011000 101100

Color Harmonies of #D5320D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5320D

Black with #D5320D

Text Example


Text Example

White with #D5320D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5320D; }

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

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

background-color css

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

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

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

border-color css

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

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

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