#CC301B

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

Shades of Harley Davidson Orange #CC301B

Tints of Harley Davidson Orange #CC301B

Color information

#CC301B (or 0xCC301B) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 30 and 1B. RGB value is (204,48,27). Sum of RGB (Red+Green+Blue) = 204+48+27=279 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.12% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 204 - color contains mainly: red. Hex color #CC301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC301B is #33CFE4. Grayscale: #5C5C5C. Windows color (decimal): -3395557 or 1781964. OLE color: 1781964.

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

Color convert

RGB2044827-
CMYK00.760.870.2
HSL7.12º76.62%45.29%-
HSV(B)7.12º86.76%80%-
XYZ26.1615.032.56-
YUV92.2591.18207.71-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 73.12%
GREEN value IS 48 (19.14% from 255) = 17.20%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=73.12%
G=17.20%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204482700.760.870.27.1276.6245.29
HexCC301B04C571474d2d
Octal3146033011412724711555
Binary1100110011000011011010011001010111101001111001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC301B; }

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

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

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

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

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

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

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

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