#C93910

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

Shades of Harley Davidson Orange #C93910

Tints of Harley Davidson Orange #C93910

Color information

#C93910 (or 0xC93910) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 39 and 10. RGB value is (201,57,16). Sum of RGB (Red+Green+Blue) = 201+57+16=274 (36% of max value = 765). Red value is 201 (78.91% from 255 or 73.36% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 16 (6.64% from 255 or 5.84% from 274); Max value from RGB is 201 - color contains mainly: red. Hex color #C93910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93910 is #36C6EF. Grayscale: #5F5F5F. Windows color (decimal): -3589872 or 1063369. OLE color: 1063369.

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

Color convert

RGB2015716-
CMYK00.720.920.21
HSL13.3º85.25%42.55%-
HSV(B)13.3º92.04%78.82%-
XYZ25.6415.382.11-
YUV95.3883.21203.33-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 73.36%
GREEN value IS 57 (22.66% from 255) = 20.80%
BLUE value IS 16 (6.64% from 255) = 5.84%
R=73.36%
G=20.80%
B=5.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.92
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201571600.720.920.2113.385.2542.55
HexC939100485C15d552b
Octal31171200110134251512553
Binary11001001111001100000100100010111001010111011010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93910; }

 p { color: rgb(201,57,16); }

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

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

 a { background-color: rgb(201,57,16); }

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

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

 span { border-color: rgb(201,57,16); }

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