#C03815

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

Shades of Harley Davidson Orange #C03815

Tints of Harley Davidson Orange #C03815

Color information

#C03815 (or 0xC03815) is unknown color: approx Harley Davidson Orange. HEX triplet: C0, 38 and 15. RGB value is (192,56,21). Sum of RGB (Red+Green+Blue) = 192+56+21=269 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.38% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 21 (8.59% from 255 or 7.81% from 269); Max value from RGB is 192 - color contains mainly: red. Hex color #C03815 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C03815 is #3FC7EA. Grayscale: #5C5C5C. Windows color (decimal): -4179947 or 1390784. OLE color: 1390784.

HSL color Cylindrical-coordinate representation of color #C03815: hue angle of 12.28º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C03815 is Cyan = 0, Magento = 0.71, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB1925621-
CMYK00.710.890.25
HSL12.28º80.28%41.76%-
HSV(B)12.28º89.06%75.29%-
XYZ23.2914.092.2-
YUV92.6787.56198.85-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 71.38%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 21 (8.59% from 255) = 7.81%
R=71.38%
G=20.82%
B=7.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192562100.710.890.2512.2880.2841.76
HexC038150475919c502a
Octal30070250107131311412052
Binary11000000111000101010100011110110011100111001010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03815; }

 p { color: rgb(192,56,21); }

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

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

 a { background-color: rgb(192,56,21); }

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

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

 span { border-color: rgb(192,56,21); }

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