#C93C02

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

Shades of Harley Davidson Orange #C93C02

Tints of Harley Davidson Orange #C93C02

Color information

#C93C02 (or 0xC93C02) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 3C and 02. RGB value is (201,60,2). Sum of RGB (Red+Green+Blue) = 201+60+2=263 (34% of max value = 765). Red value is 201 (78.91% from 255 or 76.43% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 2 (1.17% from 255 or 0.76% from 263); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C02 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93C02 is #36C3FD. Grayscale: #5F5F5F. Windows color (decimal): -3589118 or 146633. OLE color: 146633.

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

Color convert

RGB201602-
CMYK00.700.990.21
HSL17.49º98.03%39.8%-
HSV(B)17.49º99%78.82%-
XYZ25.7115.651.72-
YUV95.5575.21203.22-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 76.43%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 2 (1.17% from 255) = 0.76%
R=76.43%
G=22.81%
B=0.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20160200.700.990.2117.4998.0339.8
HexC93C20466315116228
Octal3117420106143252114250
Binary110010011111001001000110110001110101100011100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93C02; }

 p { color: rgb(201,60,2); }

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

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

 a { background-color: rgb(201,60,2); }

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

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

 span { border-color: rgb(201,60,2); }

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