#C9401F

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

Shades of Harley Davidson Orange #C9401F

Tints of Harley Davidson Orange #C9401F

Color information

#C9401F (or 0xC9401F) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 40 and 1F. RGB value is (201,64,31). Sum of RGB (Red+Green+Blue) = 201+64+31=296 (39% of max value = 765). Red value is 201 (78.91% from 255 or 67.91% from 296); Green value is 64 (25.39% from 255 or 21.62% from 296); Blue value is 31 (12.5% from 255 or 10.47% from 296); Max value from RGB is 201 - color contains mainly: red. Hex color #C9401F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9401F is #36BFE0. Grayscale: #656565. Windows color (decimal): -3588065 or 2048201. OLE color: 2048201.

HSL color Cylindrical-coordinate representation of color #C9401F: hue angle of 11.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C9401F is Cyan = 0, Magento = 0.68, Yellow = 0.85 and Black (K on CMYK) = 0.21.

Color convert

RGB2016431-
CMYK00.680.850.21
HSL11.65º73.28%45.49%-
HSV(B)11.65º84.58%78.82%-
XYZ26.1716.183.04-
YUV101.288.39199.18-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 67.91%
GREEN value IS 64 (25.39% from 255) = 21.62%
BLUE value IS 31 (12.5% from 255) = 10.47%
R=67.91%
G=21.62%
B=10.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.85
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201643100.680.850.2111.6573.2845.49
HexC9401F0445515c492d
Octal311100370104125251411155
Binary110010011000000111110100010010101011010111001001001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9401F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9401F; }

 p { color: rgb(201,64,31); }

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

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

 a { background-color: rgb(201,64,31); }

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

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

 span { border-color: rgb(201,64,31); }

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