#C33911

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

Shades of Harley Davidson Orange #C33911

Tints of Harley Davidson Orange #C33911

Color information

#C33911 (or 0xC33911) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 39 and 11. RGB value is (195,57,17). Sum of RGB (Red+Green+Blue) = 195+57+17=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 17 (7.03% from 255 or 6.32% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33911 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33911 is #3CC6EE. Grayscale: #5E5E5E. Windows color (decimal): -3983087 or 1128899. OLE color: 1128899.

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

Color convert

RGB1955717-
CMYK00.710.910.24
HSL13.48º83.96%41.57%-
HSV(B)13.48º91.28%76.47%-
XYZ24.0714.572.07-
YUV93.784.72200.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 72.49%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 17 (7.03% from 255) = 6.32%
R=72.49%
G=21.19%
B=6.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195571700.710.910.2413.4883.9641.57
HexC339110475B18d542a
Octal30371210107133301512452
Binary11000011111001100010100011110110111100011011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33911

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33911; }

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

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

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

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

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

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

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

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