Html Css Color HEX #C2293D Brick Red

📋 copy color: '#C2293D'

red 194 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #C2293D

Tints of Brick Red #C2293D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.85%

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

R = 65.54%
G = 13.85%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#C2293D (or 0xC2293D) is known color: Brick Red. HEX triplet: C2, 29 and 3D. RGB value is (194,41,61). Sum of RGB (Red+Green+Blue) = 194+41+61=296 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.54% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 61 (24.22% from 255 or 20.61% from 296); Max value from RGB is 194 - color contains mainly: red. Hex color #C2293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2293D is #3DD6C2. Grayscale: #595959. Windows color (decimal): -4052675 or 4008386. OLE color: 4008386.

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

Color convert

RGB 194 41 61 -
CMYK 0 0.79 0.69 0.24
HSL 352.16º 0.65% 0.46% -
HSV(B) 352.16º 0.79% 0.76% -
XYZ 23.88 13.39 5.74 -
YUV 89.03 112.19 202.87 -
System Red Green Blue C M Y K H S L
Decimal 194 41 61 0 0.79 0.69 0.24 352.16 0.65 0.46
Hex C2 29 3D 0 4F 45 18 160 41 2E
Octal 302 51 75 0 117 105 30 540 101 56
Binary 11000010 101001 111101 0 1001111 1000101 11000 101100000 1000001 101110

Color Harmonies of #C2293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2293D

Black with #C2293D

Text Example


Text Example

White with #C2293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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