Html Css Color HEX #CC2744 Brick Red

📋 copy color: '#CC2744'

red 204 ◦ green 39 ◦ blue 68

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

Shades of Brick Red #CC2744

Tints of Brick Red #CC2744

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.54%

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

R = 65.59%
G = 12.54%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC2744 (or 0xCC2744) is known color: Brick Red. HEX triplet: CC, 27 and 44. RGB value is (204,39,68). Sum of RGB (Red+Green+Blue) = 204+39+68=311 (41% of max value = 765). Red value is 204 (80.08% from 255 or 65.59% from 311); Green value is 39 (15.62% from 255 or 12.54% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2744 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC2744 is #33D8BB. Grayscale: #5B5B5B. Windows color (decimal): -3397820 or 4466636. OLE color: 4466636.

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

Color convert

RGB 204 39 68 -
CMYK 0 0.81 0.67 0.2
HSL 349.45º 0.68% 0.48% -
HSV(B) 349.45º 0.81% 0.8% -
XYZ 26.67 14.71 6.9 -
YUV 91.64 114.66 208.14 -
System Red Green Blue C M Y K H S L
Decimal 204 39 68 0 0.81 0.67 0.2 349.45 0.68 0.48
Hex CC 27 44 0 51 43 14 15D 44 30
Octal 314 47 104 0 121 103 24 535 104 60
Binary 11001100 100111 1000100 0 1010001 1000011 10100 101011101 1000100 110000

Color Harmonies of #CC2744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2744

Black with #CC2744

Text Example


Text Example

White with #CC2744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2744; }

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

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

background-color css

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

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

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

border-color css

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

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

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