Html Css Color HEX #C5311B Harley Davidson Orange

📋 copy color: '#C5311B'

red 197 ◦ green 49 ◦ blue 27

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

Shades of Harley Davidson Orange #C5311B

Tints of Harley Davidson Orange #C5311B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.89%

R = 72.16%
G = 17.95%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5311B (or 0xC5311B) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 1B. RGB value is (197,49,27). Sum of RGB (Red+Green+Blue) = 197+49+27=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C5311B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5311B is #3ACEE4. Grayscale: #5A5A5A. Windows color (decimal): -3854053 or 1782213. OLE color: 1782213.

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

Color convert

RGB 197 49 27 -
CMYK 0 0.75 0.86 0.23
HSL 7.76º 0.76% 0.44% -
HSV(B) 7.76º 0.86% 0.77% -
XYZ 24.32 14.15 2.49 -
YUV 90.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 197 49 27 0 0.75 0.86 0.23 7.76 0.76 0.44
Hex C5 31 1B 0 4B 56 17 8 4C 2C
Octal 305 61 33 0 113 126 27 10 114 54
Binary 11000101 110001 11011 0 1001011 1010110 10111 1000 1001100 101100

Color Harmonies of #C5311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5311B

Black with #C5311B

Text Example


Text Example

White with #C5311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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