#CC002E

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

Shades of Crimson #CC002E

Tints of Crimson #CC002E

Color information

#CC002E (or 0xCC002E) is unknown color: approx Crimson. HEX triplet: CC, 00 and 2E. RGB value is (204,0,46). Sum of RGB (Red+Green+Blue) = 204+0+46=250 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.6% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002E is #33FFD1. Grayscale: #424242. Windows color (decimal): -3407826 or 3014860. OLE color: 3014860.

HSL color Cylindrical-coordinate representation of color #CC002E: hue angle of 346.47º 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 #CC002E is Cyan = 0, Magento = 1, Yellow = 0.77 and Black (K on CMYK) = 0.2.

Color convert

RGB204046-
CMYK010.770.2
HSL346.47º100%40%-
HSV(B)346.47º100%80%-
XYZ25.3913.033.76-
YUV66.24116.59226.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 81.6%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=81.6%
G=0%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204046010.770.2346.4710040
HexCC02E0644D1415a6428
Octal31405601441152453214450
Binary110011000101110011001001001101101001010110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC002E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC002E; }

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

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

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

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

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

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

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

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