#C7251C

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

Shades of Harley Davidson Orange #C7251C

Tints of Harley Davidson Orange #C7251C

Color information

#C7251C (or 0xC7251C) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 25 and 1C. RGB value is (199,37,28). Sum of RGB (Red+Green+Blue) = 199+37+28=264 (34% of max value = 765). Red value is 199 (78.12% from 255 or 75.38% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 28 (11.33% from 255 or 10.61% from 264); Max value from RGB is 199 - color contains mainly: red. Hex color #C7251C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7251C is #38DAE3. Grayscale: #545454. Windows color (decimal): -3726052 or 1844679. OLE color: 1844679.

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

Color convert

RGB1993728-
CMYK00.810.860.22
HSL3.16º75.33%44.51%-
HSV(B)3.16º85.93%78.04%-
XYZ24.4213.552.43-
YUV84.4196.17209.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.38%
GREEN value IS 37 (14.84% from 255) = 14.02%
BLUE value IS 28 (11.33% from 255) = 10.61%
R=75.38%
G=14.02%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199372800.810.860.223.1675.3344.51
HexC7251C051561634b2d
Octal3074534012112626311355
Binary110001111001011110001010001101011010110111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7251C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7251C; }

 p { color: rgb(199,37,28); }

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

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

 a { background-color: rgb(199,37,28); }

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

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

 span { border-color: rgb(199,37,28); }

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