Html Css Color HEX #C5271A Harley Davidson Orange

📋 copy color: '#C5271A'

red 197 ◦ green 39 ◦ blue 26

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

Shades of Harley Davidson Orange #C5271A

Tints of Harley Davidson Orange #C5271A

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.89%

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

R = 75.19%
G = 14.89%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5271A (or 0xC5271A) is known color: Harley Davidson Orange. HEX triplet: C5, 27 and 1A. RGB value is (197,39,26). Sum of RGB (Red+Green+Blue) = 197+39+26=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 39 (15.62% from 255 or 14.89% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5271A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5271A is #3AD8E5. Grayscale: #545454. Windows color (decimal): -3856614 or 1714117. OLE color: 1714117.

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

Color convert

RGB 197 39 26 -
CMYK 0 0.80 0.87 0.23
HSL 4.56º 0.77% 0.44% -
HSV(B) 4.56º 0.87% 0.77% -
XYZ 23.94 13.4 2.3 -
YUV 84.76 94.85 208.06 -
System Red Green Blue C M Y K H S L
Decimal 197 39 26 0 0.80 0.87 0.23 4.56 0.77 0.44
Hex C5 27 1A 0 50 57 17 5 4D 2C
Octal 305 47 32 0 120 127 27 5 115 54
Binary 11000101 100111 11010 0 1010000 1010111 10111 101 1001101 101100

Color Harmonies of #C5271A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5271A

Black with #C5271A

Text Example


Text Example

White with #C5271A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5271A; }

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

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

background-color css

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

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

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

border-color css

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

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

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