#CC003D

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

Shades of Crimson #CC003D

Tints of Crimson #CC003D

Color information

#CC003D (or 0xCC003D) is unknown color: approx Crimson. HEX triplet: CC, 00 and 3D. RGB value is (204,0,61). Sum of RGB (Red+Green+Blue) = 204+0+61=265 (35% of max value = 765). Red value is 204 (80.08% from 255 or 76.98% from 265); Green value is 0 (0.39% from 255 or 0% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 204 - color contains mainly: red. Hex color #CC003D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC003D is #33FFC2. Grayscale: #434343. Windows color (decimal): -3407811 or 3997900. OLE color: 3997900.

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

Color convert

RGB204061-
CMYK010.700.2
HSL342.06º100%40%-
HSV(B)342.06º100%80%-
XYZ25.7413.175.6-
YUV67.95124.09225.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 76.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 61 (24.22% from 255) = 23.02%
R=76.98%
G=0%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204061010.700.2342.0610040
HexCC03D06446141566428
Octal31407501441062452614450
Binary110011000111101011001001000110101001010101101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC003D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC003D; }

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

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

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

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

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

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

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

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