Html Css Color HEX #CC2448 Brick Red

📋 copy color: '#CC2448'

red 204 ◦ green 36 ◦ blue 72

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

Shades of Brick Red #CC2448

Tints of Brick Red #CC2448

RGB

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

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

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

R = 65.38%
G = 11.54%
B = 23.08%

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

#CC2448 (or 0xCC2448) is known color: Brick Red. HEX triplet: CC, 24 and 48. RGB value is (204,36,72). Sum of RGB (Red+Green+Blue) = 204+36+72=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 72 (28.52% from 255 or 23.08% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2448 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2448 is #33DBB7. Grayscale: #5A5A5A. Windows color (decimal): -3398584 or 4728012. OLE color: 4728012.

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

Color convert

RGB 204 36 72 -
CMYK 0 0.82 0.65 0.2
HSL 347.14º 0.7% 0.47% -
HSV(B) 347.14º 0.82% 0.8% -
XYZ 26.7 14.57 7.54 -
YUV 90.34 117.66 209.07 -
System Red Green Blue C M Y K H S L
Decimal 204 36 72 0 0.82 0.65 0.2 347.14 0.7 0.47
Hex CC 24 48 0 52 41 14 15B 46 2F
Octal 314 44 110 0 122 101 24 533 106 57
Binary 11001100 100100 1001000 0 1010010 1000001 10100 101011011 1000110 101111

Color Harmonies of #CC2448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2448

Black with #CC2448

Text Example


Text Example

White with #CC2448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2448; }

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

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

background-color css

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

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

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

border-color css

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

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

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