#C83205

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

Shades of Harley Davidson Orange #C83205

Tints of Harley Davidson Orange #C83205

Color information

#C83205 (or 0xC83205) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 32 and 05. RGB value is (200,50,5). Sum of RGB (Red+Green+Blue) = 200+50+5=255 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.43% from 255); Green value is 50 (19.92% from 255 or 19.61% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 200 - color contains mainly: red. Hex color #C83205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83205 is #37CDFA. Grayscale: #5A5A5A. Windows color (decimal): -3657211 or 340680. OLE color: 340680.

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

Color convert

RGB200505-
CMYK00.750.980.22
HSL13.85º95.12%40.2%-
HSV(B)13.85º97.5%78.43%-
XYZ24.9914.571.64-
YUV89.7280.2206.66-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 78.43%
GREEN value IS 50 (19.92% from 255) = 19.61%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=78.43%
G=19.61%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20050500.750.980.2213.8595.1240.2
HexC832504B6216e5f28
Octal3106250113142261613750
Binary110010001100101010100101111000101011011101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83205

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83205; }

 p { color: rgb(200,50,5); }

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

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

 a { background-color: rgb(200,50,5); }

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

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

 span { border-color: rgb(200,50,5); }

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