#C1280D

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

Shades of Harley Davidson Orange #C1280D

Tints of Harley Davidson Orange #C1280D

Color information

#C1280D (or 0xC1280D) is unknown color: approx Harley Davidson Orange. HEX triplet: C1, 28 and 0D. RGB value is (193,40,13). Sum of RGB (Red+Green+Blue) = 193+40+13=246 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.46% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 13 (5.47% from 255 or 5.28% from 246); Max value from RGB is 193 - color contains mainly: red. Hex color #C1280D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1280D is #3ED7F2. Grayscale: #525252. Windows color (decimal): -4118515 or 862401. OLE color: 862401.

HSL color Cylindrical-coordinate representation of color #C1280D: hue angle of 9º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1280D is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB1934013-
CMYK00.790.930.24
HSL87.38%40.39%-
HSV(B)93.26%75.69%-
XYZ22.8212.881.66-
YUV82.6788.69206.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 78.46%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 13 (5.47% from 255) = 5.28%
R=78.46%
G=16.26%
B=5.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.93
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193401300.790.930.24987.3840.39
HexC128D04F5D1895728
Octal30150150117135301112750
Binary1100000110100011010100111110111011100010011010111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1280D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1280D; }

 p { color: rgb(193,40,13); }

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

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

 a { background-color: rgb(193,40,13); }

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

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

 span { border-color: rgb(193,40,13); }

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