#C12300

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

Shades of Harley Davidson Orange #C12300

Tints of Harley Davidson Orange #C12300

Color information

#C12300 (or 0xC12300) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 23 and 00. RGB value is (193,35,0). Sum of RGB (Red+Green+Blue) = 193+35+0=228 (30% of max value = 765). Red value is 193 (75.78% from 255 or 84.65% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 193 - color contains mainly: red. Hex color #C12300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12300 is #3EDCFF. Grayscale: #4E4E4E. Windows color (decimal): -4119808 or 9153. OLE color: 9153.

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

Color convert

RGB193350-
CMYK00.8210.24
HSL10.88º100%37.84%-
HSV(B)10.88º100%75.69%-
XYZ22.5912.541.23-
YUV78.2583.85209.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 84.65%
GREEN value IS 35 (14.06% from 255) = 15.35%
BLUE value IS 0 (0.39% from 255) = 0%
R=84.65%
G=15.35%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19335000.8210.2410.8810037.84
HexC12300526418b6426
Octal3014300122144301314446
Binary1100000110001100101001011001001100010111100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C12300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C12300; }

 p { color: rgb(193,35,0); }

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

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

 a { background-color: rgb(193,35,0); }

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

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

 span { border-color: rgb(193,35,0); }

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