#C12702

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

Shades of Harley Davidson Orange #C12702

Tints of Harley Davidson Orange #C12702

Color information

#C12702 (or 0xC12702) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 27 and 02. RGB value is (193,39,2). Sum of RGB (Red+Green+Blue) = 193+39+2=234 (30% of max value = 765). Red value is 193 (75.78% from 255 or 82.48% from 234); Green value is 39 (15.62% from 255 or 16.67% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 193 - color contains mainly: red. Hex color #C12702 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12702 is #3ED8FD. Grayscale: #515151. Windows color (decimal): -4118782 or 141249. OLE color: 141249.

HSL color Cylindrical-coordinate representation of color #C12702: hue angle of 11.62º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C12702 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.24.

Color convert

RGB193392-
CMYK00.800.990.24
HSL11.62º97.95%38.24%-
HSV(B)11.62º98.96%75.69%-
XYZ22.7312.791.33-
YUV80.8383.52208.01-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.48%
GREEN value IS 39 (15.62% from 255) = 16.67%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=82.48%
G=16.67%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19339200.800.990.2411.6297.9538.24
HexC12720506318c6226
Octal3014720120143301414246
Binary11000001100111100101000011000111100011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12702; }

 p { color: rgb(193,39,2); }

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

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

 a { background-color: rgb(193,39,2); }

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

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

 span { border-color: rgb(193,39,2); }

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