Html Css Color HEX #C5260C Harley Davidson Orange

📋 copy color: '#C5260C'

red 197 ◦ green 38 ◦ blue 12

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

Shades of Harley Davidson Orange #C5260C

Tints of Harley Davidson Orange #C5260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 15.38%

 BLUE value IS 12 (5.08% from 255) = 4.86%

R = 79.76%
G = 15.38%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5260C (or 0xC5260C) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 0C. RGB value is (197,38,12). Sum of RGB (Red+Green+Blue) = 197+38+12=247 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.76% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 12 (5.08% from 255 or 4.86% from 247); Max value from RGB is 197 - color contains mainly: red. Hex color #C5260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5260C is #3AD9F3. Grayscale: #525252. Windows color (decimal): -3856884 or 796357. OLE color: 796357.

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

Color convert

RGB 197 38 12 -
CMYK 0 0.81 0.94 0.23
HSL 8.43º 0.89% 0.41% -
HSV(B) 8.43º 0.94% 0.77% -
XYZ 23.79 13.28 1.66 -
YUV 82.58 88.18 209.61 -
System Red Green Blue C M Y K H S L
Decimal 197 38 12 0 0.81 0.94 0.23 8.43 0.89 0.41
Hex C5 26 C 0 51 5E 17 8 59 29
Octal 305 46 14 0 121 136 27 10 131 51
Binary 11000101 100110 1100 0 1010001 1011110 10111 1000 1011001 101001

Color Harmonies of #C5260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5260C

Black with #C5260C

Text Example


Text Example

White with #C5260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5260C; }

 p { color: rgb(197,38,12); }

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

background-color css

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

 a { background-color: rgb(197,38,12); }

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

border-color css

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

 span { border-color: rgb(197,38,12); }

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