#C83A05

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

Shades of Harley Davidson Orange #C83A05

Tints of Harley Davidson Orange #C83A05

Color information

#C83A05 (or 0xC83A05) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3A and 05. RGB value is (200,58,5). Sum of RGB (Red+Green+Blue) = 200+58+5=263 (34% of max value = 765). Red value is 200 (78.52% from 255 or 76.05% from 263); Green value is 58 (23.05% from 255 or 22.05% from 263); Blue value is 5 (2.34% from 255 or 1.90% from 263); Max value from RGB is 200 - color contains mainly: red. Hex color #C83A05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83A05 is #37C5FA. Grayscale: #5E5E5E. Windows color (decimal): -3655163 or 342728. OLE color: 342728.

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

Color convert

RGB200585-
CMYK00.710.980.22
HSL16.31º95.12%40.2%-
HSV(B)16.31º97.5%78.43%-
XYZ25.3615.321.76-
YUV94.4277.54203.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 76.05%
GREEN value IS 58 (23.05% from 255) = 22.05%
BLUE value IS 5 (2.34% from 255) = 1.90%
R=76.05%
G=22.05%
B=1.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20058500.710.980.2216.3195.1240.2
HexC83A50476216105f28
Octal3107250107142262013750
Binary1100100011101010101000111110001010110100001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83A05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83A05; }

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

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

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

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

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

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

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

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