#CC261B

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

Shades of Harley Davidson Orange #CC261B

Tints of Harley Davidson Orange #CC261B

Color information

#CC261B (or 0xCC261B) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 26 and 1B. RGB value is (204,38,27). Sum of RGB (Red+Green+Blue) = 204+38+27=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 27 (10.94% from 255 or 10.04% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC261B is #33D9E4. Grayscale: #565656. Windows color (decimal): -3398117 or 1779404. OLE color: 1779404.

HSL color Cylindrical-coordinate representation of color #CC261B: hue angle of 3.73º 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 #CC261B is Cyan = 0, Magento = 0.81, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB2043827-
CMYK00.810.870.2
HSL3.73º76.62%45.29%-
HSV(B)3.73º86.76%80%-
XYZ25.7914.32.44-
YUV86.3894.5211.89-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.84%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 27 (10.94% from 255) = 10.04%
R=75.84%
G=14.13%
B=10.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204382700.810.870.23.7376.6245.29
HexCC261B051571444d2d
Octal3144633012112724411555
Binary1100110010011011011010100011010111101001001001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC261B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC261B; }

 p { color: rgb(204,38,27); }

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

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

 a { background-color: rgb(204,38,27); }

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

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

 span { border-color: rgb(204,38,27); }

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