Html Css Color HEX #C5261A Harley Davidson Orange

📋 copy color: '#C5261A'

red 197 ◦ green 38 ◦ blue 26

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

Shades of Harley Davidson Orange #C5261A

Tints of Harley Davidson Orange #C5261A

RGB

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

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

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

R = 75.48%
G = 14.56%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5261A (or 0xC5261A) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 1A. RGB value is (197,38,26). Sum of RGB (Red+Green+Blue) = 197+38+26=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 38 (15.23% from 255 or 14.56% from 261); Blue value is 26 (10.55% from 255 or 9.96% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5261A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5261A is #3AD9E5. Grayscale: #545454. Windows color (decimal): -3856870 or 1713861. OLE color: 1713861.

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

Color convert

RGB 197 38 26 -
CMYK 0 0.81 0.87 0.23
HSL 4.21º 0.77% 0.44% -
HSV(B) 4.21º 0.87% 0.77% -
XYZ 23.91 13.33 2.29 -
YUV 84.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 197 38 26 0 0.81 0.87 0.23 4.21 0.77 0.44
Hex C5 26 1A 0 51 57 17 4 4D 2C
Octal 305 46 32 0 121 127 27 4 115 54
Binary 11000101 100110 11010 0 1010001 1010111 10111 100 1001101 101100

Color Harmonies of #C5261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5261A

Black with #C5261A

Text Example


Text Example

White with #C5261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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