#C93D15

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

Shades of Harley Davidson Orange #C93D15

Tints of Harley Davidson Orange #C93D15

Color information

#C93D15 (or 0xC93D15) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 3D and 15. RGB value is (201,61,21). Sum of RGB (Red+Green+Blue) = 201+61+21=283 (37% of max value = 765). Red value is 201 (78.91% from 255 or 71.02% from 283); Green value is 61 (24.22% from 255 or 21.55% from 283); Blue value is 21 (8.59% from 255 or 7.42% from 283); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93D15 is #36C2EA. Grayscale: #626262. Windows color (decimal): -3588843 or 1392073. OLE color: 1392073.

HSL color Cylindrical-coordinate representation of color #C93D15: hue angle of 13.33º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C93D15 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2016121-
CMYK00.700.900.21
HSL13.33º81.08%43.53%-
HSV(B)13.33º89.55%78.82%-
XYZ25.8915.812.4-
YUV98.384.38201.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 71.02%
GREEN value IS 61 (24.22% from 255) = 21.55%
BLUE value IS 21 (8.59% from 255) = 7.42%
R=71.02%
G=21.55%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201612100.700.900.2113.3381.0843.53
HexC93D150465A15d512c
Octal31175250106132251512154
Binary11001001111101101010100011010110101010111011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93D15; }

 p { color: rgb(201,61,21); }

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

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

 a { background-color: rgb(201,61,21); }

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

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

 span { border-color: rgb(201,61,21); }

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