Html Css Color HEX #CC2449 Brick Red

📋 copy color: '#CC2449'

red 204 ◦ green 36 ◦ blue 73

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

Shades of Brick Red #CC2449

Tints of Brick Red #CC2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

 BLUE value IS 73 (28.91% from 255) = 23.32%

R = 65.18%
G = 11.5%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#CC2449 (or 0xCC2449) is known color: Brick Red. HEX triplet: CC, 24 and 49. RGB value is (204,36,73). Sum of RGB (Red+Green+Blue) = 204+36+73=313 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.18% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 73 (28.91% from 255 or 23.32% from 313); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2449 is #33DBB6. Grayscale: #5A5A5A. Windows color (decimal): -3398583 or 4793548. OLE color: 4793548.

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

Color convert

RGB 204 36 73 -
CMYK 0 0.82 0.64 0.2
HSL 346.79º 0.7% 0.47% -
HSV(B) 346.79º 0.82% 0.8% -
XYZ 26.74 14.58 7.71 -
YUV 90.45 118.16 208.99 -
System Red Green Blue C M Y K H S L
Decimal 204 36 73 0 0.82 0.64 0.2 346.79 0.7 0.47
Hex CC 24 49 0 52 40 14 15B 46 2F
Octal 314 44 111 0 122 100 24 533 106 57
Binary 11001100 100100 1001001 0 1010010 1000000 10100 101011011 1000110 101111

Color Harmonies of #CC2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2449

Black with #CC2449

Text Example


Text Example

White with #CC2449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2449; }

 p { color: rgb(204,36,73); }

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

background-color css

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

 a { background-color: rgb(204,36,73); }

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

border-color css

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

 span { border-color: rgb(204,36,73); }

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