Html Css Color HEX #D5320E Harley Davidson Orange

📋 copy color: '#D5320E'

red 213 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #D5320E

Tints of Harley Davidson Orange #D5320E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.05%

R = 76.9%
G = 18.05%
B = 5.05%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D5320E (or 0xD5320E) is known color: Harley Davidson Orange. HEX triplet: D5, 32 and 0E. RGB value is (213,50,14). Sum of RGB (Red+Green+Blue) = 213+50+14=277 (36% of max value = 765). Red value is 213 (83.59% from 255 or 76.90% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 213 - color contains mainly: red. Hex color #D5320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5320E is #2ACDF1. Grayscale: #5E5E5E. Windows color (decimal): -2805234 or 930517. OLE color: 930517.

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

Color convert

RGB 213 50 14 -
CMYK 0 0.77 0.93 0.16
HSL 10.85º 0.88% 0.45% -
HSV(B) 10.85º 0.93% 0.84% -
XYZ 28.66 16.46 2.08 -
YUV 94.63 82.5 212.43 -
System Red Green Blue C M Y K H S L
Decimal 213 50 14 0 0.77 0.93 0.16 10.85 0.88 0.45
Hex D5 32 E 0 4D 5D 10 B 58 2D
Octal 325 62 16 0 115 135 20 13 130 55
Binary 11010101 110010 1110 0 1001101 1011101 10000 1011 1011000 101101

Color Harmonies of #D5320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5320E

Black with #D5320E

Text Example


Text Example

White with #D5320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5320E; }

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

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

background-color css

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

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

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

border-color css

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

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

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