Html Css Color HEX #CC2248 Brick Red

📋 copy color: '#CC2248'

red 204 ◦ green 34 ◦ blue 72

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

Shades of Brick Red #CC2248

Tints of Brick Red #CC2248

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.97%

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

R = 65.81%
G = 10.97%
B = 23.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#CC2248 (or 0xCC2248) is known color: Brick Red. HEX triplet: CC, 22 and 48. RGB value is (204,34,72). Sum of RGB (Red+Green+Blue) = 204+34+72=310 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.81% from 310); Green value is 34 (13.67% from 255 or 10.97% from 310); Blue value is 72 (28.52% from 255 or 23.23% from 310); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2248 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2248 is #33DDB7. Grayscale: #595959. Windows color (decimal): -3399096 or 4727500. OLE color: 4727500.

HSL color Cylindrical-coordinate representation of color #CC2248: hue angle of 346.59º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC2248 is Cyan = 0, Magento = 0.83, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 34 72 -
CMYK 0 0.83 0.65 0.2
HSL 346.59º 0.71% 0.47% -
HSV(B) 346.59º 0.83% 0.8% -
XYZ 26.64 14.45 7.52 -
YUV 89.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 204 34 72 0 0.83 0.65 0.2 346.59 0.71 0.47
Hex CC 22 48 0 53 41 14 15B 47 2F
Octal 314 42 110 0 123 101 24 533 107 57
Binary 11001100 100010 1001000 0 1010011 1000001 10100 101011011 1000111 101111

Color Harmonies of #CC2248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2248

Black with #CC2248

Text Example


Text Example

White with #CC2248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2248; }

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

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

background-color css

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

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

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

border-color css

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

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

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