#C93521

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

Shades of Harley Davidson Orange #C93521

Tints of Harley Davidson Orange #C93521

Color information

#C93521 (or 0xC93521) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 35 and 21. RGB value is (201,53,33). Sum of RGB (Red+Green+Blue) = 201+53+33=287 (38% of max value = 765). Red value is 201 (78.91% from 255 or 70.03% from 287); Green value is 53 (21.09% from 255 or 18.47% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 201 - color contains mainly: red. Hex color #C93521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C93521 is #36CADE. Grayscale: #5F5F5F. Windows color (decimal): -3590879 or 2176457. OLE color: 2176457.

HSL color Cylindrical-coordinate representation of color #C93521: hue angle of 7.14º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C93521 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.21.

Color convert

RGB2015333-
CMYK00.740.840.21
HSL7.14º71.79%45.88%-
HSV(B)7.14º83.58%78.82%-
XYZ25.6415.073-
YUV94.9793.03203.63-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.03%
GREEN value IS 53 (21.09% from 255) = 18.47%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=70.03%
G=18.47%
B=11.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.84
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201533300.740.840.217.1471.7945.88
HexC9352104A54157482e
Octal3116541011212425711056
Binary11001001110101100001010010101010100101011111001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93521; }

 p { color: rgb(201,53,33); }

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

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

 a { background-color: rgb(201,53,33); }

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

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

 span { border-color: rgb(201,53,33); }

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