#C83B05

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

Shades of Harley Davidson Orange #C83B05

Tints of Harley Davidson Orange #C83B05

Color information

#C83B05 (or 0xC83B05) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3B and 05. RGB value is (200,59,5). Sum of RGB (Red+Green+Blue) = 200+59+5=264 (34% of max value = 765). Red value is 200 (78.52% from 255 or 75.76% from 264); Green value is 59 (23.44% from 255 or 22.35% from 264); Blue value is 5 (2.34% from 255 or 1.89% from 264); Max value from RGB is 200 - color contains mainly: red. Hex color #C83B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83B05 is #37C4FA. Grayscale: #5F5F5F. Windows color (decimal): -3654907 or 342984. OLE color: 342984.

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

Color convert

RGB200595-
CMYK00.700.980.22
HSL16.62º95.12%40.2%-
HSV(B)16.62º97.5%78.43%-
XYZ25.4115.421.78-
YUV9577.21202.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 75.76%
GREEN value IS 59 (23.44% from 255) = 22.35%
BLUE value IS 5 (2.34% from 255) = 1.89%
R=75.76%
G=22.35%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20059500.700.980.2216.6295.1240.2
HexC83B50466216115f28
Octal3107350106142262113750
Binary1100100011101110101000110110001010110100011011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83B05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83B05; }

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

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

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

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

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

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

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

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