Html Css Color HEX #C5260D Harley Davidson Orange

📋 copy color: '#C5260D'

red 197 ◦ green 38 ◦ blue 13

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

Shades of Harley Davidson Orange #C5260D

Tints of Harley Davidson Orange #C5260D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.24%

R = 79.44%
G = 15.32%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5260D (or 0xC5260D) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 0D. RGB value is (197,38,13). Sum of RGB (Red+Green+Blue) = 197+38+13=248 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.44% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 13 (5.47% from 255 or 5.24% from 248); Max value from RGB is 197 - color contains mainly: red. Hex color #C5260D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5260D is #3AD9F2. Grayscale: #525252. Windows color (decimal): -3856883 or 861893. OLE color: 861893.

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

Color convert

RGB 197 38 13 -
CMYK 0 0.81 0.93 0.23
HSL 8.15º 0.88% 0.41% -
HSV(B) 8.15º 0.93% 0.77% -
XYZ 23.79 13.29 1.69 -
YUV 82.69 88.68 209.53 -
System Red Green Blue C M Y K H S L
Decimal 197 38 13 0 0.81 0.93 0.23 8.15 0.88 0.41
Hex C5 26 D 0 51 5D 17 8 58 29
Octal 305 46 15 0 121 135 27 10 130 51
Binary 11000101 100110 1101 0 1010001 1011101 10111 1000 1011000 101001

Color Harmonies of #C5260D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5260D

Black with #C5260D

Text Example


Text Example

White with #C5260D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5260D; }

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

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

background-color css

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

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

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

border-color css

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

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

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