#C83C1A

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

Shades of Harley Davidson Orange #C83C1A

Tints of Harley Davidson Orange #C83C1A

Color information

#C83C1A (or 0xC83C1A) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3C and 1A. RGB value is (200,60,26). Sum of RGB (Red+Green+Blue) = 200+60+26=286 (37% of max value = 765). Red value is 200 (78.52% from 255 or 69.93% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 26 (10.55% from 255 or 9.09% from 286); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C1A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C83C1A is #37C3E5. Grayscale: #626262. Windows color (decimal): -3654630 or 1719496. OLE color: 1719496.

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

Color convert

RGB2006026-
CMYK00.70.870.22
HSL11.72º76.99%44.31%-
HSV(B)11.72º87%78.43%-
XYZ25.6215.592.64-
YUV97.9887.38200.76-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 69.93%
GREEN value IS 60 (23.83% from 255) = 20.98%
BLUE value IS 26 (10.55% from 255) = 9.09%
R=69.93%
G=20.98%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200602600.70.870.2211.7276.9944.31
HexC83C1A0465716c4d2c
Octal31074320106127261411554
Binary11001000111100110100100011010101111011011001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83C1A; }

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

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

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

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

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

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

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

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