Html Css Color HEX #C2293B Brick Red

📋 copy color: '#C2293B'

red 194 ◦ green 41 ◦ blue 59

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

Shades of Brick Red #C2293B

Tints of Brick Red #C2293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.07%

R = 65.99%
G = 13.95%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.24

RGB Variations

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

Color information

#C2293B (or 0xC2293B) is known color: Brick Red. HEX triplet: C2, 29 and 3B. RGB value is (194,41,59). Sum of RGB (Red+Green+Blue) = 194+41+59=294 (38% of max value = 765). Red value is 194 (76.17% from 255 or 65.99% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 59 (23.44% from 255 or 20.07% from 294); Max value from RGB is 194 - color contains mainly: red. Hex color #C2293B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2293B is #3DD6C4. Grayscale: #585858. Windows color (decimal): -4052677 or 3877314. OLE color: 3877314.

HSL color Cylindrical-coordinate representation of color #C2293B: hue angle of 352.94º 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 #C2293B is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 41 59 -
CMYK 0 0.79 0.70 0.24
HSL 352.94º 0.65% 0.46% -
HSV(B) 352.94º 0.79% 0.76% -
XYZ 23.83 13.37 5.46 -
YUV 88.8 111.19 203.04 -
System Red Green Blue C M Y K H S L
Decimal 194 41 59 0 0.79 0.70 0.24 352.94 0.65 0.46
Hex C2 29 3B 0 4F 46 18 161 41 2E
Octal 302 51 73 0 117 106 30 541 101 56
Binary 11000010 101001 111011 0 1001111 1000110 11000 101100001 1000001 101110

Color Harmonies of #C2293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2293B

Black with #C2293B

Text Example


Text Example

White with #C2293B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2293B; }

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

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

background-color css

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

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

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

border-color css

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

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

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