Html Css Color HEX #C53517 Harley Davidson Orange

📋 copy color: '#C53517'

red 197 ◦ green 53 ◦ blue 23

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

Shades of Harley Davidson Orange #C53517

Tints of Harley Davidson Orange #C53517

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.42%

R = 72.16%
G = 19.41%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C53517 (or 0xC53517) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 17. RGB value is (197,53,23). Sum of RGB (Red+Green+Blue) = 197+53+23=273 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.16% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 23 (9.38% from 255 or 8.42% from 273); Max value from RGB is 197 - color contains mainly: red. Hex color #C53517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53517 is #3ACAE8. Grayscale: #5C5C5C. Windows color (decimal): -3853033 or 1521093. OLE color: 1521093.

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

Color convert

RGB 197 53 23 -
CMYK 0 0.73 0.88 0.23
HSL 10.34º 0.79% 0.43% -
HSV(B) 10.34º 0.88% 0.77% -
XYZ 24.45 14.48 2.32 -
YUV 92.64 88.71 202.44 -
System Red Green Blue C M Y K H S L
Decimal 197 53 23 0 0.73 0.88 0.23 10.34 0.79 0.43
Hex C5 35 17 0 49 58 17 A 4F 2B
Octal 305 65 27 0 111 130 27 12 117 53
Binary 11000101 110101 10111 0 1001001 1011000 10111 1010 1001111 101011

Color Harmonies of #C53517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53517

Black with #C53517

Text Example


Text Example

White with #C53517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53517; }

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

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

background-color css

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

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

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

border-color css

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

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

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