Html Css Color HEX #C5310D Harley Davidson Orange

📋 copy color: '#C5310D'

red 197 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #C5310D

Tints of Harley Davidson Orange #C5310D

RGB

 RED value IS 197 (77.34% from 255) = 76.06%

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

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

R = 76.06%
G = 18.92%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5310D (or 0xC5310D) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 0D. RGB value is (197,49,13). Sum of RGB (Red+Green+Blue) = 197+49+13=259 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.06% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 197 - color contains mainly: red. Hex color #C5310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5310D is #3ACEF2. Grayscale: #595959. Windows color (decimal): -3854067 or 864709. OLE color: 864709.

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

Color convert

RGB 197 49 13 -
CMYK 0 0.75 0.93 0.23
HSL 11.74º 0.88% 0.41% -
HSV(B) 11.74º 0.93% 0.77% -
XYZ 24.2 14.1 1.83 -
YUV 89.15 85.03 204.93 -
System Red Green Blue C M Y K H S L
Decimal 197 49 13 0 0.75 0.93 0.23 11.74 0.88 0.41
Hex C5 31 D 0 4B 5D 17 C 58 29
Octal 305 61 15 0 113 135 27 14 130 51
Binary 11000101 110001 1101 0 1001011 1011101 10111 1100 1011000 101001

Color Harmonies of #C5310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5310D

Black with #C5310D

Text Example


Text Example

White with #C5310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5310D; }

 p { color: rgb(197,49,13); }

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

background-color css

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

 a { background-color: rgb(197,49,13); }

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

border-color css

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

 span { border-color: rgb(197,49,13); }

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