Html Css Color HEX #CC3144 Brick Red

📋 copy color: '#CC3144'

red 204 ◦ green 49 ◦ blue 68

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

Shades of Brick Red #CC3144

Tints of Brick Red #CC3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

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

R = 63.55%
G = 15.26%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.67

 K value IS 0.2

RGB Variations

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

Color information

#CC3144 (or 0xCC3144) is known color: Brick Red. HEX triplet: CC, 31 and 44. RGB value is (204,49,68). Sum of RGB (Red+Green+Blue) = 204+49+68=321 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.55% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3144 is #33CEBB. Grayscale: #616161. Windows color (decimal): -3395260 or 4469196. OLE color: 4469196.

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

Color convert

RGB 204 49 68 -
CMYK 0 0.76 0.67 0.2
HSL 352.65º 0.61% 0.5% -
HSV(B) 352.65º 0.76% 0.8% -
XYZ 27.04 15.45 7.03 -
YUV 97.51 111.35 203.96 -
System Red Green Blue C M Y K H S L
Decimal 204 49 68 0 0.76 0.67 0.2 352.65 0.61 0.5
Hex CC 31 44 0 4C 43 14 161 3D 32
Octal 314 61 104 0 114 103 24 541 75 62
Binary 11001100 110001 1000100 0 1001100 1000011 10100 101100001 111101 110010

Color Harmonies of #CC3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3144

Black with #CC3144

Text Example


Text Example

White with #CC3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3144; }

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

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

background-color css

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

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

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

border-color css

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

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

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