#C92316

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

Shades of Harley Davidson Orange #C92316

Tints of Harley Davidson Orange #C92316

Color information

#C92316 (or 0xC92316) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 23 and 16. RGB value is (201,35,22). Sum of RGB (Red+Green+Blue) = 201+35+22=258 (34% of max value = 765). Red value is 201 (78.91% from 255 or 77.91% from 258); Green value is 35 (14.06% from 255 or 13.57% from 258); Blue value is 22 (8.98% from 255 or 8.53% from 258); Max value from RGB is 201 - color contains mainly: red. Hex color #C92316 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C92316 is #36DCE9. Grayscale: #535353. Windows color (decimal): -3595498 or 1450953. OLE color: 1450953.

HSL color Cylindrical-coordinate representation of color #C92316: hue angle of 4.36º 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 #C92316 is Cyan = 0, Magento = 0.83, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB2013522-
CMYK00.830.890.21
HSL4.36º80.27%43.73%-
HSV(B)4.36º89.05%78.82%-
XYZ24.8313.682.09-
YUV83.1593.5212.06-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 77.91%
GREEN value IS 35 (14.06% from 255) = 13.57%
BLUE value IS 22 (8.98% from 255) = 8.53%
R=77.91%
G=13.57%
B=8.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201352200.830.890.214.3680.2743.73
HexC9231605359154502c
Octal3114326012313125412054
Binary1100100110001110110010100111011001101011001010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C92316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C92316; }

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

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

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

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

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

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

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

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