Html Css Color HEX #CC2544 Brick Red

📋 copy color: '#CC2544'

red 204 ◦ green 37 ◦ blue 68

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

Shades of Brick Red #CC2544

Tints of Brick Red #CC2544

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.01%

R = 66.02%
G = 11.97%
B = 22.01%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2544 (or 0xCC2544) is known color: Brick Red. HEX triplet: CC, 25 and 44. RGB value is (204,37,68). Sum of RGB (Red+Green+Blue) = 204+37+68=309 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.02% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 68 (26.95% from 255 or 22.01% from 309); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2544 is #33DABB. Grayscale: #5A5A5A. Windows color (decimal): -3398332 or 4466124. OLE color: 4466124.

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

Color convert

RGB 204 37 68 -
CMYK 0 0.82 0.67 0.2
HSL 348.86º 0.69% 0.47% -
HSV(B) 348.86º 0.82% 0.8% -
XYZ 26.61 14.58 6.88 -
YUV 90.47 115.33 208.98 -
System Red Green Blue C M Y K H S L
Decimal 204 37 68 0 0.82 0.67 0.2 348.86 0.69 0.47
Hex CC 25 44 0 52 43 14 15D 45 2F
Octal 314 45 104 0 122 103 24 535 105 57
Binary 11001100 100101 1000100 0 1010010 1000011 10100 101011101 1000101 101111

Color Harmonies of #CC2544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2544

Black with #CC2544

Text Example


Text Example

White with #CC2544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2544; }

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

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

background-color css

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

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

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

border-color css

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

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

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