Html Css Color HEX #CC2547 Brick Red

📋 copy color: '#CC2547'

red 204 ◦ green 37 ◦ blue 71

#CC2547
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CC2547

Tints of Brick Red #CC2547

RGB

 RED value IS 204 (80.08% from 255) = 65.38%

 GREEN value IS 37 (14.84% from 255) = 11.86%

 BLUE value IS 71 (28.13% from 255) = 22.76%

R = 65.38%
G = 11.86%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2547 (or 0xCC2547) is known color: Brick Red. HEX triplet: CC, 25 and 47. RGB value is (204,37,71). Sum of RGB (Red+Green+Blue) = 204+37+71=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 71 (28.12% from 255 or 22.76% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2547 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2547 is #33DAB8. Grayscale: #5A5A5A. Windows color (decimal): -3398329 or 4662732. OLE color: 4662732.

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

Color convert

RGB 204 37 71 -
CMYK 0 0.82 0.65 0.2
HSL 347.78º 0.69% 0.47% -
HSV(B) 347.78º 0.82% 0.8% -
XYZ 26.7 14.62 7.38 -
YUV 90.81 116.83 208.74 -
System Red Green Blue C M Y K H S L
Decimal 204 37 71 0 0.82 0.65 0.2 347.78 0.69 0.47
Hex CC 25 47 0 52 41 14 15C 45 2F
Octal 314 45 107 0 122 101 24 534 105 57
Binary 11001100 100101 1000111 0 1010010 1000001 10100 101011100 1000101 101111

Color Harmonies of #CC2547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2547

Black with #CC2547

Text Example


Text Example

White with #CC2547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2547; }

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

 H1.HeaderClassName
 {
   color: #CC2547;
 }
 .AnyTagClassName
 {
   color: #CC2547;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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