#C5451B

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

Shades of Harley Davidson Orange #C5451B

Tints of Harley Davidson Orange #C5451B

Color information

#C5451B (or 0xC5451B) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 45 and 1B. RGB value is (197,69,27). Sum of RGB (Red+Green+Blue) = 197+69+27=293 (38% of max value = 765). Red value is 197 (77.34% from 255 or 67.24% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 197 - color contains mainly: red. Hex color #C5451B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5451B is #3ABAE4. Grayscale: #666666. Windows color (decimal): -3848933 or 1787333. OLE color: 1787333.

HSL color Cylindrical-coordinate representation of color #C5451B: hue angle of 14.82º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C5451B is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB1976927-
CMYK00.650.860.23
HSL14.82º75.89%43.92%-
HSV(B)14.82º86.29%77.25%-
XYZ25.3516.212.83-
YUV102.4885.41195.42-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 67.24%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=67.24%
G=23.55%
B=9.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197692700.650.860.2314.8275.8943.92
HexC5451B0415617f4c2c
Octal305105330101126271711454
Binary110001011000101110110100000110101101011111111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5451B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5451B; }

 p { color: rgb(197,69,27); }

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

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

 a { background-color: rgb(197,69,27); }

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

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

 span { border-color: rgb(197,69,27); }

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