Html Css Color HEX #CC2447 Brick Red

📋 copy color: '#CC2447'

red 204 ◦ green 36 ◦ blue 71

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

Shades of Brick Red #CC2447

Tints of Brick Red #CC2447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.83%

R = 65.59%
G = 11.58%
B = 22.83%

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

#CC2447 (or 0xCC2447) is known color: Brick Red. HEX triplet: CC, 24 and 47. RGB value is (204,36,71). Sum of RGB (Red+Green+Blue) = 204+36+71=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 71 (28.12% from 255 or 22.83% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2447 is #33DBB8. Grayscale: #5A5A5A. Windows color (decimal): -3398585 or 4662476. OLE color: 4662476.

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

Color convert

RGB 204 36 71 -
CMYK 0 0.82 0.65 0.2
HSL 347.5º 0.7% 0.47% -
HSV(B) 347.5º 0.82% 0.8% -
XYZ 26.67 14.55 7.36 -
YUV 90.22 117.16 209.15 -
System Red Green Blue C M Y K H S L
Decimal 204 36 71 0 0.82 0.65 0.2 347.5 0.7 0.47
Hex CC 24 47 0 52 41 14 15C 46 2F
Octal 314 44 107 0 122 101 24 534 106 57
Binary 11001100 100100 1000111 0 1010010 1000001 10100 101011100 1000110 101111

Color Harmonies of #CC2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2447

Black with #CC2447

Text Example


Text Example

White with #CC2447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2447; }

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

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

background-color css

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

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

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

border-color css

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

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

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