Html Css Color HEX #CC3143 Brick Red

📋 copy color: '#CC3143'

red 204 ◦ green 49 ◦ blue 67

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

Shades of Brick Red #CC3143

Tints of Brick Red #CC3143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 20.94%

R = 63.75%
G = 15.31%
B = 20.94%

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

#CC3143 (or 0xCC3143) is known color: Brick Red. HEX triplet: CC, 31 and 43. RGB value is (204,49,67). Sum of RGB (Red+Green+Blue) = 204+49+67=320 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.75% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 67 (26.56% from 255 or 20.94% from 320); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3143 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3143 is #33CEBC. Grayscale: #616161. Windows color (decimal): -3395261 or 4403660. OLE color: 4403660.

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

Color convert

RGB 204 49 67 -
CMYK 0 0.76 0.67 0.2
HSL 353.03º 0.61% 0.5% -
HSV(B) 353.03º 0.76% 0.8% -
XYZ 27.01 15.44 6.87 -
YUV 97.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 204 49 67 0 0.76 0.67 0.2 353.03 0.61 0.5
Hex CC 31 43 0 4C 43 14 161 3D 32
Octal 314 61 103 0 114 103 24 541 75 62
Binary 11001100 110001 1000011 0 1001100 1000011 10100 101100001 111101 110010

Color Harmonies of #CC3143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3143

Black with #CC3143

Text Example


Text Example

White with #CC3143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3143; }

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

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

background-color css

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

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

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

border-color css

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

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

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