#C83C0D

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

Shades of Harley Davidson Orange #C83C0D

Tints of Harley Davidson Orange #C83C0D

Color information

#C83C0D (or 0xC83C0D) is unknown color: approx Harley Davidson Orange. HEX triplet: C8, 3C and 0D. RGB value is (200,60,13). Sum of RGB (Red+Green+Blue) = 200+60+13=273 (36% of max value = 765). Red value is 200 (78.52% from 255 or 73.26% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 13 (5.47% from 255 or 4.76% from 273); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C83C0D is #37C3F2. Grayscale: #606060. Windows color (decimal): -3654643 or 867528. OLE color: 867528.

HSL color Cylindrical-coordinate representation of color #C83C0D: hue angle of 15.08º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C83C0D is Cyan = 0, Magento = 0.7, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB2006013-
CMYK00.70.940.22
HSL15.08º87.79%41.76%-
HSV(B)15.08º93.5%78.43%-
XYZ25.5115.542.04-
YUV96.580.88201.82-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 73.26%
GREEN value IS 60 (23.83% from 255) = 21.98%
BLUE value IS 13 (5.47% from 255) = 4.76%
R=73.26%
G=21.98%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200601300.70.940.2215.0887.7941.76
HexC83CD0465E16f582a
Octal31074150106136261713052
Binary1100100011110011010100011010111101011011111011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83C0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83C0D; }

 p { color: rgb(200,60,13); }

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

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

 a { background-color: rgb(200,60,13); }

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

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

 span { border-color: rgb(200,60,13); }

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