Html Css Color HEX #C22939 Brick Red

📋 copy color: '#C22939'

red 194 ◦ green 41 ◦ blue 57

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

Shades of Brick Red #C22939

Tints of Brick Red #C22939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 19.52%

R = 66.44%
G = 14.04%
B = 19.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.24

RGB Variations

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

Color information

#C22939 (or 0xC22939) is known color: Brick Red. HEX triplet: C2, 29 and 39. RGB value is (194,41,57). Sum of RGB (Red+Green+Blue) = 194+41+57=292 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.44% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 194 - color contains mainly: red. Hex color #C22939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22939 is #3DD6C6. Grayscale: #585858. Windows color (decimal): -4052679 or 3746242. OLE color: 3746242.

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

Color convert

RGB 194 41 57 -
CMYK 0 0.79 0.71 0.24
HSL 353.73º 0.65% 0.46% -
HSV(B) 353.73º 0.79% 0.76% -
XYZ 23.78 13.35 5.19 -
YUV 88.57 110.19 203.2 -
System Red Green Blue C M Y K H S L
Decimal 194 41 57 0 0.79 0.71 0.24 353.73 0.65 0.46
Hex C2 29 39 0 4F 47 18 162 41 2E
Octal 302 51 71 0 117 107 30 542 101 56
Binary 11000010 101001 111001 0 1001111 1000111 11000 101100010 1000001 101110

Color Harmonies of #C22939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22939

Black with #C22939

Text Example


Text Example

White with #C22939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22939; }

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

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

background-color css

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

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

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

border-color css

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

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

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