#CC361A

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

Shades of Harley Davidson Orange #CC361A

Tints of Harley Davidson Orange #CC361A

Color information

#CC361A (or 0xCC361A) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 36 and 1A. RGB value is (204,54,26). Sum of RGB (Red+Green+Blue) = 204+54+26=284 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.83% from 284); Green value is 54 (21.48% from 255 or 19.01% from 284); Blue value is 26 (10.55% from 255 or 9.15% from 284); Max value from RGB is 204 - color contains mainly: red. Hex color #CC361A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC361A is #33C9E5. Grayscale: #5F5F5F. Windows color (decimal): -3394022 or 1717964. OLE color: 1717964.

HSL color Cylindrical-coordinate representation of color #CC361A: hue angle of 9.44º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC361A is Cyan = 0, Magento = 0.74, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2045426-
CMYK00.740.870.2
HSL9.44º77.39%45.1%-
HSV(B)9.44º87.25%80%-
XYZ26.4115.552.59-
YUV95.6688.7205.28-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 71.83%
GREEN value IS 54 (21.48% from 255) = 19.01%
BLUE value IS 26 (10.55% from 255) = 9.15%
R=71.83%
G=19.01%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204542600.740.870.29.4477.3945.1
HexCC361A04A571494d2d
Octal31466320112127241111555
Binary11001100110110110100100101010101111010010011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC361A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC361A; }

 p { color: rgb(204,54,26); }

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

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

 a { background-color: rgb(204,54,26); }

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

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

 span { border-color: rgb(204,54,26); }

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