#CC0E4A

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

Shades of Crimson #CC0E4A

Tints of Crimson #CC0E4A

Color information

#CC0E4A (or 0xCC0E4A) is unknown color: approx Crimson. HEX triplet: CC, 0E and 4A. RGB value is (204,14,74). Sum of RGB (Red+Green+Blue) = 204+14+74=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0E4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #CC0E4A is #33F1B5. Grayscale: #4D4D4D. Windows color (decimal): -3404214 or 4853452. OLE color: 4853452.

HSL color Cylindrical-coordinate representation of color #CC0E4A: hue angle of 341.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC0E4A is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB2041474-
CMYK00.930.640.2
HSL341.05º87.16%42.75%-
HSV(B)341.05º93.14%80%-
XYZ26.2913.657.73-
YUV77.65125.95218.12-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 69.86%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 74 (29.30% from 255) = 25.34%
R=69.86%
G=4.79%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204147400.930.640.2341.0587.1642.75
HexCCE4A05D4014155572b
Octal3141611201351002452512753
Binary1100110011101001010010111011000000101001010101011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC0E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC0E4A; }

 p { color: rgb(204,14,74); }

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

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

 a { background-color: rgb(204,14,74); }

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

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

 span { border-color: rgb(204,14,74); }

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