#CC002F

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

Shades of Crimson #CC002F

Tints of Crimson #CC002F

Color information

#CC002F (or 0xCC002F) is unknown color: approx Crimson. HEX triplet: CC, 00 and 2F. RGB value is (204,0,47). Sum of RGB (Red+Green+Blue) = 204+0+47=251 (33% of max value = 765). Red value is 204 (80.08% from 255 or 81.27% from 251); Green value is 0 (0.39% from 255 or 0% from 251); Blue value is 47 (18.75% from 255 or 18.73% from 251); Max value from RGB is 204 - color contains mainly: red. Hex color #CC002F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC002F is #33FFD0. Grayscale: #424242. Windows color (decimal): -3407825 or 3080396. OLE color: 3080396.

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

Color convert

RGB204047-
CMYK010.770.2
HSL346.18º100%40%-
HSV(B)346.18º100%80%-
XYZ25.4113.043.87-
YUV66.35117.09226.18-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 81.27%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 47 (18.75% from 255) = 18.73%
R=81.27%
G=0%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.77
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204047010.770.2346.1810040
HexCC02F0644D1415a6428
Octal31405701441152453214450
Binary110011000101111011001001001101101001010110101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC002F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC002F; }

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

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

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

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

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

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

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

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