#C7251D

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

Shades of Harley Davidson Orange #C7251D

Tints of Harley Davidson Orange #C7251D

Color information

#C7251D (or 0xC7251D) is unknown color: approx Harley Davidson Orange. HEX triplet: C7, 25 and 1D. RGB value is (199,37,29). Sum of RGB (Red+Green+Blue) = 199+37+29=265 (35% of max value = 765). Red value is 199 (78.12% from 255 or 75.09% from 265); Green value is 37 (14.84% from 255 or 13.96% from 265); Blue value is 29 (11.72% from 255 or 10.94% from 265); Max value from RGB is 199 - color contains mainly: red. Hex color #C7251D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7251D is #38DAE2. Grayscale: #545454. Windows color (decimal): -3726051 or 1910215. OLE color: 1910215.

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

Color convert

RGB1993729-
CMYK00.810.850.22
HSL2.82º74.56%44.71%-
HSV(B)2.82º85.43%78.04%-
XYZ24.4413.552.49-
YUV84.5396.67209.65-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 75.09%
GREEN value IS 37 (14.84% from 255) = 13.96%
BLUE value IS 29 (11.72% from 255) = 10.94%
R=75.09%
G=13.96%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal199372900.810.850.222.8274.5644.71
HexC7251D051551634b2d
Octal3074535012112526311355
Binary110001111001011110101010001101010110110111001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7251D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7251D; }

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

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

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

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

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

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

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

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