#C83413

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

Shades of Harley Davidson Orange #C83413

Tints of Harley Davidson Orange #C83413

Color information

#C83413 (or 0xC83413) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 34 and 13. RGB value is (200,52,19). Sum of RGB (Red+Green+Blue) = 200+52+19=271 (35% of max value = 765). Red value is 200 (78.52% from 255 or 73.80% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 200 - color contains mainly: red. Hex color #C83413 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83413 is #37CBEC. Grayscale: #5C5C5C. Windows color (decimal): -3656685 or 1258696. OLE color: 1258696.

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

Color convert

RGB2005219-
CMYK00.740.900.22
HSL10.94º82.65%42.94%-
HSV(B)10.94º90.5%78.43%-
XYZ25.1614.782.14-
YUV92.4986.53204.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.80%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 19 (7.81% from 255) = 7.01%
R=73.80%
G=19.19%
B=7.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200521900.740.900.2210.9482.6542.94
HexC8341304A5A16b532b
Octal31064230112132261312353
Binary11001000110100100110100101010110101011010111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83413; }

 p { color: rgb(200,52,19); }

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

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

 a { background-color: rgb(200,52,19); }

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

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

 span { border-color: rgb(200,52,19); }

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