#C83313

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

Shades of Harley Davidson Orange #C83313

Tints of Harley Davidson Orange #C83313

Color information

#C83313 (or 0xC83313) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 33 and 13. RGB value is (200,51,19). Sum of RGB (Red+Green+Blue) = 200+51+19=270 (35% of max value = 765). Red value is 200 (78.52% from 255 or 74.07% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 200 - color contains mainly: red. Hex color #C83313 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83313 is #37CCEC. Grayscale: #5C5C5C. Windows color (decimal): -3656941 or 1258440. OLE color: 1258440.

HSL color Cylindrical-coordinate representation of color #C83313: hue angle of 10.61º 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 #C83313 is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB2005119-
CMYK00.740.900.22
HSL10.61º82.65%42.94%-
HSV(B)10.61º90.5%78.43%-
XYZ25.1214.692.13-
YUV91.986.86205.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 74.07%
GREEN value IS 51 (20.31% from 255) = 18.89%
BLUE value IS 19 (7.81% from 255) = 7.04%
R=74.07%
G=18.89%
B=7.04%

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
Decimal200511900.740.900.2210.6182.6542.94
HexC8331304A5A16b532b
Octal31063230112132261312353
Binary11001000110011100110100101010110101011010111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83313; }

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

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

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

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

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

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

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

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