#C93202

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

Shades of Harley Davidson Orange #C93202

Tints of Harley Davidson Orange #C93202

Color information

#C93202 (or 0xC93202) is unknown color: approx Harley Davidson Orange. HEX triplet: C9, 32 and 02. RGB value is (201,50,2). Sum of RGB (Red+Green+Blue) = 201+50+2=253 (33% of max value = 765). Red value is 201 (78.91% from 255 or 79.45% from 253); Green value is 50 (19.92% from 255 or 19.76% from 253); Blue value is 2 (1.17% from 255 or 0.79% from 253); Max value from RGB is 201 - color contains mainly: red. Hex color #C93202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C93202 is #36CDFD. Grayscale: #5A5A5A. Windows color (decimal): -3591678 or 144073. OLE color: 144073.

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

Color convert

RGB201502-
CMYK00.750.990.21
HSL14.47º98.03%39.8%-
HSV(B)14.47º99%78.82%-
XYZ25.2414.71.57-
YUV89.6878.53207.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 79.45%
GREEN value IS 50 (19.92% from 255) = 19.76%
BLUE value IS 2 (1.17% from 255) = 0.79%
R=79.45%
G=19.76%
B=0.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.99
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20150200.750.990.2114.4798.0339.8
HexC932204B6315e6228
Octal3116220113143251614250
Binary11001001110010100100101111000111010111101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93202; }

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

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

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

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

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

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

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

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