#C12802

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

Shades of Harley Davidson Orange #C12802

Tints of Harley Davidson Orange #C12802

Color information

#C12802 (or 0xC12802) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 28 and 02. RGB value is (193,40,2). Sum of RGB (Red+Green+Blue) = 193+40+2=235 (31% of max value = 765). Red value is 193 (75.78% from 255 or 82.13% from 235); Green value is 40 (16.02% from 255 or 17.02% from 235); Blue value is 2 (1.17% from 255 or 0.85% from 235); Max value from RGB is 193 - color contains mainly: red. Hex color #C12802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12802 is #3ED7FD. Grayscale: #515151. Windows color (decimal): -4118526 or 141505. OLE color: 141505.

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

Color convert

RGB193402-
CMYK00.790.990.24
HSL11.94º97.95%38.24%-
HSV(B)11.94º98.96%75.69%-
XYZ22.7612.861.34-
YUV81.4183.19207.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 82.13%
GREEN value IS 40 (16.02% from 255) = 17.02%
BLUE value IS 2 (1.17% from 255) = 0.85%
R=82.13%
G=17.02%
B=0.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.99
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19340200.790.990.2411.9497.9538.24
HexC128204F6318c6226
Octal3015020117143301414246
Binary11000001101000100100111111000111100011001100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12802; }

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

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

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

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

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

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

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

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