#CC003E

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

Shades of Crimson #CC003E

Tints of Crimson #CC003E

Color information

#CC003E (or 0xCC003E) is unknown color: approx Crimson. HEX triplet: CC, 00 and 3E. RGB value is (204,0,62). Sum of RGB (Red+Green+Blue) = 204+0+62=266 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.69% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 62 (24.61% from 255 or 23.31% from 266); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003E is #33FFC1. Grayscale: #444444. Windows color (decimal): -3407810 or 4063436. OLE color: 4063436.

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

Color convert

RGB204062-
CMYK010.700.2
HSL341.76º100%40%-
HSV(B)341.76º100%80%-
XYZ25.7713.195.74-
YUV68.06124.59224.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 76.69%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 62 (24.61% from 255) = 23.31%
R=76.69%
G=0%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204062010.700.2341.7610040
HexCC03E06446141566428
Octal31407601441062452614450
Binary110011000111110011001001000110101001010101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC003E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC003E; }

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

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

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

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

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

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

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

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