#CC291A

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

Shades of Harley Davidson Orange #CC291A

Tints of Harley Davidson Orange #CC291A

Color information

#CC291A (or 0xCC291A) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 29 and 1A. RGB value is (204,41,26). Sum of RGB (Red+Green+Blue) = 204+41+26=271 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.28% from 271); Green value is 41 (16.41% from 255 or 15.13% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 204 - color contains mainly: red. Hex color #CC291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC291A is #33D6E5. Grayscale: #585858. Windows color (decimal): -3397350 or 1714636. OLE color: 1714636.

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

Color convert

RGB2044126-
CMYK00.800.870.2
HSL5.06º77.39%45.1%-
HSV(B)5.06º87.25%80%-
XYZ25.8814.52.41-
YUV88.0393210.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.28%
GREEN value IS 41 (16.41% from 255) = 15.13%
BLUE value IS 26 (10.55% from 255) = 9.59%
R=75.28%
G=15.13%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204412600.800.870.25.0677.3945.1
HexCC291A050571454d2d
Octal3145132012012724511555
Binary1100110010100111010010100001010111101001011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC291A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC291A; }

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

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

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

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

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

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

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

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