Html Css Color HEX #C2343D Brick Red

📋 copy color: '#C2343D'

red 194 ◦ green 52 ◦ blue 61

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

Shades of Brick Red #C2343D

Tints of Brick Red #C2343D

RGB

 RED value IS 194 (76.17% from 255) = 63.19%

 GREEN value IS 52 (20.7% from 255) = 16.94%

 BLUE value IS 61 (24.22% from 255) = 19.87%

R = 63.19%
G = 16.94%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2343D (or 0xC2343D) is known color: Brick Red. HEX triplet: C2, 34 and 3D. RGB value is (194,52,61). Sum of RGB (Red+Green+Blue) = 194+52+61=307 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.19% from 307); Green value is 52 (20.70% from 255 or 16.94% from 307); Blue value is 61 (24.22% from 255 or 19.87% from 307); Max value from RGB is 194 - color contains mainly: red. Hex color #C2343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2343D is #3DCBC2. Grayscale: #5F5F5F. Windows color (decimal): -4049859 or 4011202. OLE color: 4011202.

HSL color Cylindrical-coordinate representation of color #C2343D: hue angle of 356.2º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C2343D is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 52 61 -
CMYK 0 0.73 0.69 0.24
HSL 356.2º 0.58% 0.48% -
HSV(B) 356.2º 0.73% 0.76% -
XYZ 24.32 14.26 5.89 -
YUV 95.48 108.54 198.27 -
System Red Green Blue C M Y K H S L
Decimal 194 52 61 0 0.73 0.69 0.24 356.2 0.58 0.48
Hex C2 34 3D 0 49 45 18 164 3A 30
Octal 302 64 75 0 111 105 30 544 72 60
Binary 11000010 110100 111101 0 1001001 1000101 11000 101100100 111010 110000

Color Harmonies of #C2343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2343D

Black with #C2343D

Text Example


Text Example

White with #C2343D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2343D; }

 p { color: rgb(194,52,61); }

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

background-color css

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

 a { background-color: rgb(194,52,61); }

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

border-color css

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

 span { border-color: rgb(194,52,61); }

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