#C83C03

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

Shades of Harley Davidson Orange #C83C03

Tints of Harley Davidson Orange #C83C03

Color information

#C83C03 (or 0xC83C03) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3C and 03. RGB value is (200,60,3). Sum of RGB (Red+Green+Blue) = 200+60+3=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 60 (23.83% from 255 or 22.81% from 263); Blue value is 3 (1.56% from 255 or 1.14% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C03 is #37C3FC. Grayscale: #5F5F5F. Windows color (decimal): -3654653 or 212168. OLE color: 212168.

HSL color Cylindrical-coordinate representation of color #C83C03: hue angle of 17.36º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C83C03 is Cyan = 0, Magento = 0.7, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB200603-
CMYK00.70.980.22
HSL17.36º97.04%39.8%-
HSV(B)17.36º98.5%78.43%-
XYZ25.4515.521.74-
YUV95.3675.88202.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 76.05%
GREEN value IS 60 (23.83% from 255) = 22.81%
BLUE value IS 3 (1.56% from 255) = 1.14%
R=76.05%
G=22.81%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20060300.70.980.2217.3697.0439.8
HexC83C30466216116128
Octal3107430106142262114150
Binary110010001111001101000110110001010110100011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83C03; }

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

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

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

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

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

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

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

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