#CC0C35

Color #CC0C35 Crimson (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crimson #CC0C35

Tints of Crimson #CC0C35

Color information

#CC0C35 (or 0xCC0C35) is unknown color: approx Crimson. HEX triplet: CC, 0C and 35. RGB value is (204,12,53). Sum of RGB (Red+Green+Blue) = 204+12+53=269 (35% of max value = 765). Red value is 204 (80.08% from 255 or 75.84% from 269); Green value is 12 (5.08% from 255 or 4.46% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0C35 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0C35 is #33F3CA. Grayscale: #4A4A4A. Windows color (decimal): -3404747 or 3476684. OLE color: 3476684.

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

Color convert

RGB2041253-
CMYK00.940.740.2
HSL347.19º88.89%42.35%-
HSV(B)347.19º94.12%80%-
XYZ25.6813.364.59-
YUV74.08116.11220.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 75.84%
GREEN value IS 12 (5.08% from 255) = 4.46%
BLUE value IS 53 (21.09% from 255) = 19.70%
R=75.84%
G=4.46%
B=19.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204125300.940.740.2347.1988.8942.35
HexCCC3505E4A1415b592a
Octal314146501361122453313152
Binary110011001100110101010111101001010101001010110111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0C35; }

 p { color: rgb(204,12,53); }

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

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

 a { background-color: rgb(204,12,53); }

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

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

 span { border-color: rgb(204,12,53); }

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