Html Css Color HEX #D5310C Harley Davidson Orange

📋 copy color: '#D5310C'

red 213 ◦ green 49 ◦ blue 12

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

Shades of Harley Davidson Orange #D5310C

Tints of Harley Davidson Orange #D5310C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.88%

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

R = 77.74%
G = 17.88%
B = 4.38%

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

#D5310C (or 0xD5310C) is known color: Harley Davidson Orange. HEX triplet: D5, 31 and 0C. RGB value is (213,49,12). Sum of RGB (Red+Green+Blue) = 213+49+12=274 (36% of max value = 765). Red value is 213 (83.59% from 255 or 77.74% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 213 - color contains mainly: red. Hex color #D5310C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D5310C is #2ACEF3. Grayscale: #5E5E5E. Windows color (decimal): -2805492 or 799189. OLE color: 799189.

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

Color convert

RGB 213 49 12 -
CMYK 0 0.77 0.94 0.16
HSL 11.04º 0.89% 0.44% -
HSV(B) 11.04º 0.94% 0.84% -
XYZ 28.61 16.37 2 -
YUV 93.82 81.83 213.01 -
System Red Green Blue C M Y K H S L
Decimal 213 49 12 0 0.77 0.94 0.16 11.04 0.89 0.44
Hex D5 31 C 0 4D 5E 10 B 59 2C
Octal 325 61 14 0 115 136 20 13 131 54
Binary 11010101 110001 1100 0 1001101 1011110 10000 1011 1011001 101100

Color Harmonies of #D5310C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5310C

Black with #D5310C

Text Example


Text Example

White with #D5310C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5310C; }

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

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

background-color css

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

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

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

border-color css

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

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

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