#CC3622

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

Shades of Harley Davidson Orange #CC3622

Tints of Harley Davidson Orange #CC3622

Color information

#CC3622 (or 0xCC3622) is unknown color: approx Harley Davidson Orange. HEX triplet: CC, 36 and 22. RGB value is (204,54,34). Sum of RGB (Red+Green+Blue) = 204+54+34=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 34 (13.67% from 255 or 11.64% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3622 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3622 is #33C9DD. Grayscale: #606060. Windows color (decimal): -3394014 or 2242252. OLE color: 2242252.

HSL color Cylindrical-coordinate representation of color #CC3622: hue angle of 7.06º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC3622 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2045434-
CMYK00.740.830.2
HSL7.06º71.43%46.67%-
HSV(B)7.06º83.33%80%-
XYZ26.5115.593.13-
YUV96.5792.7204.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 34 (13.67% from 255) = 11.64%
R=69.86%
G=18.49%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204543400.740.830.27.0671.4346.67
HexCC362204A53147472f
Octal3146642011212324710757
Binary11001100110110100010010010101010011101001111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC3622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC3622; }

 p { color: rgb(204,54,34); }

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

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

 a { background-color: rgb(204,54,34); }

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

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

 span { border-color: rgb(204,54,34); }

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