#CC3A1D

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

Shades of Harley Davidson Orange #CC3A1D

Tints of Harley Davidson Orange #CC3A1D

Color information

#CC3A1D (or 0xCC3A1D) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 3A and 1D. RGB value is (204,58,29). Sum of RGB (Red+Green+Blue) = 204+58+29=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 29 (11.72% from 255 or 9.97% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3A1D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3A1D is #33C5E2. Grayscale: #626262. Windows color (decimal): -3392995 or 1915596. OLE color: 1915596.

HSL color Cylindrical-coordinate representation of color #CC3A1D: hue angle of 9.94º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC3A1D is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB2045829-
CMYK00.720.860.2
HSL9.94º75.11%45.69%-
HSV(B)9.94º85.78%80%-
XYZ26.6415.952.84-
YUV98.3588.87203.36-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 70.10%
GREEN value IS 58 (23.05% from 255) = 19.93%
BLUE value IS 29 (11.72% from 255) = 9.97%
R=70.10%
G=19.93%
B=9.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204582900.720.860.29.9475.1145.69
HexCC3A1D0485614a4b2e
Octal31472350110126241211356
Binary11001100111010111010100100010101101010010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3A1D; }

 p { color: rgb(204,58,29); }

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

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

 a { background-color: rgb(204,58,29); }

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

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

 span { border-color: rgb(204,58,29); }

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