#C93E16

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

Shades of Harley Davidson Orange #C93E16

Tints of Harley Davidson Orange #C93E16

Color information

#C93E16 (or 0xC93E16) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 3E and 16. RGB value is (201,62,22). Sum of RGB (Red+Green+Blue) = 201+62+22=285 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.53% from 285); Green value is 62 (24.61% from 255 or 21.75% from 285); Blue value is 22 (8.98% from 255 or 7.72% from 285); Max value from RGB is 201 - color contains mainly: red. Hex color #C93E16 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93E16 is #36C1E9. Grayscale: #636363. Windows color (decimal): -3588586 or 1457865. OLE color: 1457865.

HSL color Cylindrical-coordinate representation of color #C93E16: hue angle of 13.41º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C93E16 is Cyan = 0, Magento = 0.69, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2016222-
CMYK00.690.890.21
HSL13.41º80.27%43.73%-
HSV(B)13.41º89.05%78.82%-
XYZ25.9515.922.46-
YUV9984.55200.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 70.53%
GREEN value IS 62 (24.61% from 255) = 21.75%
BLUE value IS 22 (8.98% from 255) = 7.72%
R=70.53%
G=21.75%
B=7.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201622200.690.890.2113.4180.2743.73
HexC93E160455915d502c
Octal31176260105131251512054
Binary11001001111110101100100010110110011010111011010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93E16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93E16; }

 p { color: rgb(201,62,22); }

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

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

 a { background-color: rgb(201,62,22); }

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

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

 span { border-color: rgb(201,62,22); }

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