#c5331f

Color #C5331F Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #C5331F

Tints of Harley Davidson Orange #C5331F

Color information

#C5331F (or 0xC5331F) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 33 and 1F. RGB value is (197,51,31). Sum of RGB (Red+Green+Blue) = 197+51+31=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 51 (20.31% from 255 or 18.28% from 279); Blue value is 31 (12.5% from 255 or 11.11% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5331F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5331F is #3ACCE0. Grayscale: #5C5C5C. Windows color (decimal): -3853537 or 2044869. OLE color: 2044869.

HSL color Cylindrical-coordinate representation of color #C5331F: hue angle of 7.23º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5331F is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB1975131-
CMYK00.740.840.23
HSL7.23º72.81%44.71%-
HSV(B)7.23º84.26%77.25%-
XYZ24.4614.342.77-
YUV92.3793.37202.63-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.61%
GREEN value IS 51 (20.31% from 255) = 18.28%
BLUE value IS 31 (12.5% from 255) = 11.11%
R=70.61%
G=18.28%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197513100.740.840.237.2372.8144.71
HexC5331F04A54177492d
Octal3056337011212427711155
Binary1100010111001111111010010101010100101111111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c5331f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c5331f; }

 p { color: rgb(197,51,31); }

 H1.HeaderClassName
 {
   color: #c5331f;
 }
 .AnyTagClassName
 {
   color: #c5331f;
 }
</style>
background-color css

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

 a { background-color: rgb(197,51,31); }

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

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

 span { border-color: rgb(197,51,31); }

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