#CC0030

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

Shades of Crimson #CC0030

Tints of Crimson #CC0030

Color information

#CC0030 (or 0xCC0030) is unknown color: approx Crimson. HEX triplet: CC, 00 and 30. RGB value is (204,0,48). Sum of RGB (Red+Green+Blue) = 204+0+48=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 0 (0.39% from 255 or 0% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0030 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0030 is #33FFCF. Grayscale: #424242. Windows color (decimal): -3407824 or 3145932. OLE color: 3145932.

HSL color Cylindrical-coordinate representation of color #CC0030: hue angle of 345.88º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC0030 is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB204048-
CMYK010.760.2
HSL345.88º100%40%-
HSV(B)345.88º100%80%-
XYZ25.4413.053.97-
YUV66.47117.59226.1-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 80.95%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 48 (19.14% from 255) = 19.05%
R=80.95%
G=0%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204048010.760.2345.8810040
HexCC0300644C1415a6428
Octal31406001441142453214450
Binary110011000110000011001001001100101001010110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0030; }

 p { color: rgb(204,0,48); }

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

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

 a { background-color: rgb(204,0,48); }

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

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

 span { border-color: rgb(204,0,48); }

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