#CC1B04

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

Shades of Harley Davidson Orange #CC1B04

Tints of Harley Davidson Orange #CC1B04

Color information

#CC1B04 (or 0xCC1B04) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 1B and 04. RGB value is (204,27,4). Sum of RGB (Red+Green+Blue) = 204+27+4=235 (31% of max value = 765). Red value is 204 (80.08% from 255 or 86.81% from 235); Green value is 27 (10.94% from 255 or 11.49% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC1B04 is #33E4FB. Grayscale: #4D4D4D. Windows color (decimal): -3400956 or 269260. OLE color: 269260.

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

Color convert

RGB204274-
CMYK00.870.980.2
HSL6.9º96.15%40.78%-
HSV(B)6.9º98.04%80%-
XYZ25.3213.631.41-
YUV77.386.64218.37-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 86.81%
GREEN value IS 27 (10.94% from 255) = 11.49%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=86.81%
G=11.49%
B=1.70%

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
Decimal20427400.870.980.26.996.1540.78
HexCC1B4057621476029
Octal314334012714224714051
Binary1100110011011100010101111100010101001111100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC1B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC1B04; }

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

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

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

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

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

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

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

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