#CC291B

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

Shades of Harley Davidson Orange #CC291B

Tints of Harley Davidson Orange #CC291B

Color information

#CC291B (or 0xCC291B) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 29 and 1B. RGB value is (204,41,27). Sum of RGB (Red+Green+Blue) = 204+41+27=272 (36% of max value = 765). Red value is 204 (80.08% from 255 or 75% from 272); Green value is 41 (16.41% from 255 or 15.07% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 204 - color contains mainly: red. Hex color #CC291B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC291B is #33D6E4. Grayscale: #585858. Windows color (decimal): -3397349 or 1780172. OLE color: 1780172.

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

Color convert

RGB2044127-
CMYK00.800.870.2
HSL4.75º76.62%45.29%-
HSV(B)4.75º86.76%80%-
XYZ25.8914.52.47-
YUV88.1493.5210.64-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75%
GREEN value IS 41 (16.41% from 255) = 15.07%
BLUE value IS 27 (10.94% from 255) = 9.93%
R=75%
G=15.07%
B=9.93%

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
Decimal204412700.800.870.24.7576.6245.29
HexCC291B050571454d2d
Octal3145133012012724511555
Binary1100110010100111011010100001010111101001011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC291B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC291B; }

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

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

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

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

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

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

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

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