#cc254a

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

Shades of Brick Red #CC254A

Tints of Brick Red #CC254A

Color information

#CC254A (or 0xCC254A) is unknown color: approx Brick Red. HEX triplet: CC, 25 and 4A. RGB value is (204,37,74). Sum of RGB (Red+Green+Blue) = 204+37+74=315 (41% of max value = 765). Red value is 204 (80.08% from 255 or 64.76% from 315); Green value is 37 (14.84% from 255 or 11.75% from 315); Blue value is 74 (29.30% from 255 or 23.49% from 315); Max value from RGB is 204 - color contains mainly: red. Hex color #CC254A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC254A is #33DAB5. Grayscale: #5B5B5B. Windows color (decimal): -3398326 or 4859340. OLE color: 4859340.

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

Color convert

RGB2043774-
CMYK00.820.640.2
HSL346.71º69.29%47.25%-
HSV(B)346.71º81.86%80%-
XYZ26.814.657.89-
YUV91.15118.33208.49-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 64.76%
GREEN value IS 37 (14.84% from 255) = 11.75%
BLUE value IS 74 (29.30% from 255) = 23.49%
R=64.76%
G=11.75%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204377400.820.640.2346.7169.2947.25
HexCC254A052401415b452f
Octal3144511201221002453310557
Binary110011001001011001010010100101000000101001010110111000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cc254a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cc254a; }

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

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

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

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

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

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

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

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