#C5381B

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

Shades of Harley Davidson Orange #C5381B

Tints of Harley Davidson Orange #C5381B

Color information

#C5381B (or 0xC5381B) is unknown color: approx Harley Davidson Orange. HEX triplet: C5, 38 and 1B. RGB value is (197,56,27). Sum of RGB (Red+Green+Blue) = 197+56+27=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5381B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5381B is #3AC7E4. Grayscale: #5F5F5F. Windows color (decimal): -3852261 or 1784005. OLE color: 1784005.

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

Color convert

RGB1975627-
CMYK00.720.860.23
HSL10.24º75.89%43.92%-
HSV(B)10.24º86.29%77.25%-
XYZ24.6414.782.59-
YUV94.8589.71200.86-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 70.36%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=70.36%
G=20%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197562700.720.860.2310.2475.8943.92
HexC5381B0485617a4c2c
Octal30570330110126271211454
Binary11000101111000110110100100010101101011110101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5381B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5381B; }

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

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

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

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

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

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

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

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