Html Css Color HEX #C5351A Harley Davidson Orange

📋 copy color: '#C5351A'

red 197 ◦ green 53 ◦ blue 26

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

Shades of Harley Davidson Orange #C5351A

Tints of Harley Davidson Orange #C5351A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.2%

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

R = 71.38%
G = 19.2%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5351A (or 0xC5351A) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 1A. RGB value is (197,53,26). Sum of RGB (Red+Green+Blue) = 197+53+26=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 53 (21.09% from 255 or 19.20% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5351A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5351A is #3ACAE5. Grayscale: #5D5D5D. Windows color (decimal): -3853030 or 1717701. OLE color: 1717701.

HSL color Cylindrical-coordinate representation of color #C5351A: hue angle of 9.47º 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 #C5351A is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 26 -
CMYK 0 0.73 0.87 0.23
HSL 9.47º 0.77% 0.44% -
HSV(B) 9.47º 0.87% 0.77% -
XYZ 24.49 14.49 2.48 -
YUV 92.98 90.21 202.2 -
System Red Green Blue C M Y K H S L
Decimal 197 53 26 0 0.73 0.87 0.23 9.47 0.77 0.44
Hex C5 35 1A 0 49 57 17 9 4D 2C
Octal 305 65 32 0 111 127 27 11 115 54
Binary 11000101 110101 11010 0 1001001 1010111 10111 1001 1001101 101100

Color Harmonies of #C5351A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5351A

Black with #C5351A

Text Example


Text Example

White with #C5351A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5351A; }

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

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

background-color css

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

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

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

border-color css

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

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

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