Html Css Color HEX #CC2548 Brick Red

📋 copy color: '#CC2548'

red 204 ◦ green 37 ◦ blue 72

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

Shades of Brick Red #CC2548

Tints of Brick Red #CC2548

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23%

R = 65.18%
G = 11.82%
B = 23%

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

#CC2548 (or 0xCC2548) is known color: Brick Red. HEX triplet: CC, 25 and 48. RGB value is (204,37,72). Sum of RGB (Red+Green+Blue) = 204+37+72=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 72 (28.52% from 255 or 23.00% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2548 is #33DAB7. Grayscale: #5A5A5A. Windows color (decimal): -3398328 or 4728268. OLE color: 4728268.

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

Color convert

RGB 204 37 72 -
CMYK 0 0.82 0.65 0.2
HSL 347.43º 0.69% 0.47% -
HSV(B) 347.43º 0.82% 0.8% -
XYZ 26.73 14.63 7.55 -
YUV 90.92 117.33 208.65 -
System Red Green Blue C M Y K H S L
Decimal 204 37 72 0 0.82 0.65 0.2 347.43 0.69 0.47
Hex CC 25 48 0 52 41 14 15B 45 2F
Octal 314 45 110 0 122 101 24 533 105 57
Binary 11001100 100101 1001000 0 1010010 1000001 10100 101011011 1000101 101111

Color Harmonies of #CC2548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2548

Black with #CC2548

Text Example


Text Example

White with #CC2548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2548; }

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

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

background-color css

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

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

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

border-color css

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

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

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