#C83C12

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

Shades of Harley Davidson Orange #C83C12

Tints of Harley Davidson Orange #C83C12

Color information

#C83C12 (or 0xC83C12) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3C and 12. RGB value is (200,60,18). Sum of RGB (Red+Green+Blue) = 200+60+18=278 (36% of max value = 765). Red value is 200 (78.52% from 255 or 71.94% from 278); Green value is 60 (23.83% from 255 or 21.58% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C12 is #37C3ED. Grayscale: #616161. Windows color (decimal): -3654638 or 1195208. OLE color: 1195208.

HSL color Cylindrical-coordinate representation of color #C83C12: hue angle of 13.85º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C83C12 is Cyan = 0, Magento = 0.7, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB2006018-
CMYK00.70.910.22
HSL13.85º83.49%42.75%-
HSV(B)13.85º91%78.43%-
XYZ25.5415.552.23-
YUV97.0783.38201.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 71.94%
GREEN value IS 60 (23.83% from 255) = 21.58%
BLUE value IS 18 (7.42% from 255) = 6.47%
R=71.94%
G=21.58%
B=6.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200601800.70.910.2213.8583.4942.75
HexC83C120465B16e532b
Octal31074220106133261612353
Binary11001000111100100100100011010110111011011101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83C12; }

 p { color: rgb(200,60,18); }

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

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

 a { background-color: rgb(200,60,18); }

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

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

 span { border-color: rgb(200,60,18); }

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