#C33317

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

Shades of Harley Davidson Orange #C33317

Tints of Harley Davidson Orange #C33317

Color information

#C33317 (or 0xC33317) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 33 and 17. RGB value is (195,51,23). Sum of RGB (Red+Green+Blue) = 195+51+23=269 (35% of max value = 765). Red value is 195 (76.56% from 255 or 72.49% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 23 (9.38% from 255 or 8.55% from 269); Max value from RGB is 195 - color contains mainly: red. Hex color #C33317 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33317 is #3CCCE8. Grayscale: #5B5B5B. Windows color (decimal): -3984617 or 1520579. OLE color: 1520579.

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

Color convert

RGB1955123-
CMYK00.740.880.24
HSL9.77º78.9%42.75%-
HSV(B)9.77º88.21%76.47%-
XYZ23.8414.032.26-
YUV90.8689.71202.28-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 72.49%
GREEN value IS 51 (20.31% from 255) = 18.96%
BLUE value IS 23 (9.38% from 255) = 8.55%
R=72.49%
G=18.96%
B=8.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195512300.740.880.249.7778.942.75
HexC3331704A5818a4f2b
Octal30363270112130301211753
Binary11000011110011101110100101010110001100010101001111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33317; }

 p { color: rgb(195,51,23); }

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

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

 a { background-color: rgb(195,51,23); }

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

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

 span { border-color: rgb(195,51,23); }

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