Html Css Color HEX #C5311A Harley Davidson Orange

📋 copy color: '#C5311A'

red 197 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #C5311A

Tints of Harley Davidson Orange #C5311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.56%

R = 72.43%
G = 18.01%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5311A (or 0xC5311A) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 1A. RGB value is (197,49,26). Sum of RGB (Red+Green+Blue) = 197+49+26=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C5311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5311A is #3ACEE5. Grayscale: #5A5A5A. Windows color (decimal): -3854054 or 1716677. OLE color: 1716677.

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

Color convert

RGB 197 49 26 -
CMYK 0 0.75 0.87 0.23
HSL 8.07º 0.77% 0.44% -
HSV(B) 8.07º 0.87% 0.77% -
XYZ 24.31 14.14 2.43 -
YUV 90.63 91.53 203.87 -
System Red Green Blue C M Y K H S L
Decimal 197 49 26 0 0.75 0.87 0.23 8.07 0.77 0.44
Hex C5 31 1A 0 4B 57 17 8 4D 2C
Octal 305 61 32 0 113 127 27 10 115 54
Binary 11000101 110001 11010 0 1001011 1010111 10111 1000 1001101 101100

Color Harmonies of #C5311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5311A

Black with #C5311A

Text Example


Text Example

White with #C5311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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