#cc1b05

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

Shades of Harley Davidson Orange #CC1B05

Tints of Harley Davidson Orange #CC1B05

Color information

#CC1B05 (or 0xCC1B05) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 1B and 05. RGB value is (204,27,5). Sum of RGB (Red+Green+Blue) = 204+27+5=236 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.44% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B05 is #33E4FA. Grayscale: #4D4D4D. Windows color (decimal): -3400955 or 334796. OLE color: 334796.

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

Color convert

RGB204275-
CMYK00.870.980.2
HSL6.63º95.22%40.98%-
HSV(B)6.63º97.55%80%-
XYZ25.3213.631.44-
YUV77.4187.14218.29-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 86.44%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 5 (2.34% from 255) = 2.12%
R=86.44%
G=11.44%
B=2.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.98
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20427500.870.980.26.6395.2240.98
HexCC1B5057621475f29
Octal314335012714224713751
Binary1100110011011101010101111100010101001111011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc1b05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc1b05; }

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

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

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

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

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

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

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

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