#C33011

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

Shades of Harley Davidson Orange #C33011

Tints of Harley Davidson Orange #C33011

Color information

#C33011 (or 0xC33011) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 30 and 11. RGB value is (195,48,17). Sum of RGB (Red+Green+Blue) = 195+48+17=260 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 195 - color contains mainly: red. Hex color #C33011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33011 is #3CCFEE. Grayscale: #585858. Windows color (decimal): -3985391 or 1126595. OLE color: 1126595.

HSL color Cylindrical-coordinate representation of color #C33011: hue angle of 10.45º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C33011 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB1954817-
CMYK00.750.910.24
HSL10.45º83.96%41.57%-
HSV(B)10.45º91.28%76.47%-
XYZ23.6613.761.94-
YUV88.4287.7204.02-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 75%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 17 (7.03% from 255) = 6.54%
R=75%
G=18.46%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195481700.750.910.2410.4583.9641.57
HexC3301104B5B18a542a
Octal30360210113133301212452
Binary11000011110000100010100101110110111100010101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33011; }

 p { color: rgb(195,48,17); }

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

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

 a { background-color: rgb(195,48,17); }

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

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

 span { border-color: rgb(195,48,17); }

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