#C93305

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

Shades of Harley Davidson Orange #C93305

Tints of Harley Davidson Orange #C93305

Color information

#C93305 (or 0xC93305) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 33 and 05. RGB value is (201,51,5). Sum of RGB (Red+Green+Blue) = 201+51+5=257 (34% of max value = 765). Red value is 201 (78.91% from 255 or 78.21% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 201 - color contains mainly: red. Hex color #C93305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93305 is #36CCFA. Grayscale: #5A5A5A. Windows color (decimal): -3591419 or 340937. OLE color: 340937.

HSL color Cylindrical-coordinate representation of color #C93305: hue angle of 14.08º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C93305 is Cyan = 0, Magento = 0.75, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB201515-
CMYK00.750.980.21
HSL14.08º95.15%40.39%-
HSV(B)14.08º97.51%78.82%-
XYZ25.314.81.67-
YUV90.6179.7206.74-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 78.21%
GREEN value IS 51 (20.31% from 255) = 19.84%
BLUE value IS 5 (2.34% from 255) = 1.95%
R=78.21%
G=19.84%
B=1.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20151500.750.980.2114.0895.1540.39
HexC933504B6215e5f28
Octal3116350113142251613750
Binary110010011100111010100101111000101010111101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93305; }

 p { color: rgb(201,51,5); }

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

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

 a { background-color: rgb(201,51,5); }

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

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

 span { border-color: rgb(201,51,5); }

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