#CC3016

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

Shades of Harley Davidson Orange #CC3016

Tints of Harley Davidson Orange #CC3016

Color information

#CC3016 (or 0xCC3016) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 30 and 16. RGB value is (204,48,22). Sum of RGB (Red+Green+Blue) = 204+48+22=274 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.45% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 22 (8.98% from 255 or 8.03% from 274); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3016 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3016 is #33CFE9. Grayscale: #5B5B5B. Windows color (decimal): -3395562 or 1454284. OLE color: 1454284.

HSL color Cylindrical-coordinate representation of color #CC3016: hue angle of 8.57º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC3016 is Cyan = 0, Magento = 0.76, Yellow = 0.89 and Black (K on CMYK) = 0.2.

Color convert

RGB2044822-
CMYK00.760.890.2
HSL8.57º80.53%44.31%-
HSV(B)8.57º89.22%80%-
XYZ26.115.012.28-
YUV91.6888.68208.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 74.45%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 22 (8.98% from 255) = 8.03%
R=74.45%
G=17.52%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.89
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204482200.760.890.28.5780.5344.31
HexCC301604C59149512c
Octal31460260114131241112154
Binary11001100110000101100100110010110011010010011010001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3016; }

 p { color: rgb(204,48,22); }

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

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

 a { background-color: rgb(204,48,22); }

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

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

 span { border-color: rgb(204,48,22); }

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