#C7281F

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

Shades of Harley Davidson Orange #C7281F

Tints of Harley Davidson Orange #C7281F

Color information

#C7281F (or 0xC7281F) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 28 and 1F. RGB value is (199,40,31). Sum of RGB (Red+Green+Blue) = 199+40+31=270 (35% of max value = 765). Red value is 199 (78.12% from 255 or 73.70% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 31 (12.5% from 255 or 11.48% from 270); Max value from RGB is 199 - color contains mainly: red. Hex color #C7281F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7281F is #38D7E0. Grayscale: #565656. Windows color (decimal): -3725281 or 2042055. OLE color: 2042055.

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

Color convert

RGB1994031-
CMYK00.800.840.22
HSL3.21º73.04%45.1%-
HSV(B)3.21º84.42%78.04%-
XYZ24.5613.762.66-
YUV86.5296.68208.23-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 73.70%
GREEN value IS 40 (16.02% from 255) = 14.81%
BLUE value IS 31 (12.5% from 255) = 11.48%
R=73.70%
G=14.81%
B=11.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.84
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199403100.800.840.223.2173.0445.1
HexC7281F05054163492d
Octal3075037012012426311155
Binary110001111010001111101010000101010010110111001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7281F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7281F; }

 p { color: rgb(199,40,31); }

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

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

 a { background-color: rgb(199,40,31); }

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

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

 span { border-color: rgb(199,40,31); }

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