#C33608

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

Shades of Harley Davidson Orange #C33608

Tints of Harley Davidson Orange #C33608

Color information

#C33608 (or 0xC33608) is unknown color: approx Harley Davidson Orange. HEX triplet: C3, 36 and 08. RGB value is (195,54,8). Sum of RGB (Red+Green+Blue) = 195+54+8=257 (34% of max value = 765). Red value is 195 (76.56% from 255 or 75.88% from 257); Green value is 54 (21.48% from 255 or 21.01% from 257); Blue value is 8 (3.52% from 255 or 3.11% from 257); Max value from RGB is 195 - color contains mainly: red. Hex color #C33608 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C33608 is #3CC9F7. Grayscale: #5B5B5B. Windows color (decimal): -3983864 or 538307. OLE color: 538307.

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

Color convert

RGB195548-
CMYK00.720.960.24
HSL14.76º92.12%39.8%-
HSV(B)14.76º95.9%76.47%-
XYZ23.8714.261.72-
YUV90.9281.21202.24-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 75.88%
GREEN value IS 54 (21.48% from 255) = 21.01%
BLUE value IS 8 (3.52% from 255) = 3.11%
R=75.88%
G=21.01%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19554800.720.960.2414.7692.1239.8
HexC33680486018f5c28
Octal30366100110140301713450
Binary1100001111011010000100100011000001100011111011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33608; }

 p { color: rgb(195,54,8); }

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

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

 a { background-color: rgb(195,54,8); }

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

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

 span { border-color: rgb(195,54,8); }

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