Html Css Color HEX #CC2844 Brick Red

📋 copy color: '#CC2844'

red 204 ◦ green 40 ◦ blue 68

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

Shades of Brick Red #CC2844

Tints of Brick Red #CC2844

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.82%

 BLUE value IS 68 (26.95% from 255) = 21.79%

R = 65.38%
G = 12.82%
B = 21.79%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2844 (or 0xCC2844) is known color: Brick Red. HEX triplet: CC, 28 and 44. RGB value is (204,40,68). Sum of RGB (Red+Green+Blue) = 204+40+68=312 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.38% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 68 (26.95% from 255 or 21.79% from 312); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2844 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2844 is #33D7BB. Grayscale: #5C5C5C. Windows color (decimal): -3397564 or 4466892. OLE color: 4466892.

HSL color Cylindrical-coordinate representation of color #CC2844: hue angle of 349.76º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CC2844 is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 40 68 -
CMYK 0 0.80 0.67 0.2
HSL 349.76º 0.67% 0.48% -
HSV(B) 349.76º 0.8% 0.8% -
XYZ 26.7 14.77 6.91 -
YUV 92.23 114.33 207.72 -
System Red Green Blue C M Y K H S L
Decimal 204 40 68 0 0.80 0.67 0.2 349.76 0.67 0.48
Hex CC 28 44 0 50 43 14 15E 43 30
Octal 314 50 104 0 120 103 24 536 103 60
Binary 11001100 101000 1000100 0 1010000 1000011 10100 101011110 1000011 110000

Color Harmonies of #CC2844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2844

Black with #CC2844

Text Example


Text Example

White with #CC2844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2844; }

 p { color: rgb(204,40,68); }

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

background-color css

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

 a { background-color: rgb(204,40,68); }

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

border-color css

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

 span { border-color: rgb(204,40,68); }

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