Html Css Color HEX #C52516 Harley Davidson Orange

📋 copy color: '#C52516'

red 197 ◦ green 37 ◦ blue 22

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

Shades of Harley Davidson Orange #C52516

Tints of Harley Davidson Orange #C52516

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.45%

 BLUE value IS 22 (8.98% from 255) = 8.59%

R = 76.95%
G = 14.45%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C52516 (or 0xC52516) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 16. RGB value is (197,37,22). Sum of RGB (Red+Green+Blue) = 197+37+22=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 22 (8.98% from 255 or 8.59% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C52516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52516 is #3ADAE9. Grayscale: #535353. Windows color (decimal): -3857130 or 1451461. OLE color: 1451461.

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

Color convert

RGB 197 37 22 -
CMYK 0 0.81 0.89 0.23
HSL 5.14º 0.8% 0.43% -
HSV(B) 5.14º 0.89% 0.77% -
XYZ 23.83 13.25 2.06 -
YUV 83.13 93.51 209.22 -
System Red Green Blue C M Y K H S L
Decimal 197 37 22 0 0.81 0.89 0.23 5.14 0.8 0.43
Hex C5 25 16 0 51 59 17 5 50 2B
Octal 305 45 26 0 121 131 27 5 120 53
Binary 11000101 100101 10110 0 1010001 1011001 10111 101 1010000 101011

Color Harmonies of #C52516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52516

Black with #C52516

Text Example


Text Example

White with #C52516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52516; }

 p { color: rgb(197,37,22); }

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

background-color css

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

 a { background-color: rgb(197,37,22); }

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

border-color css

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

 span { border-color: rgb(197,37,22); }

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