Html Css Color HEX #C22839 Brick Red

📋 copy color: '#C22839'

red 194 ◦ green 40 ◦ blue 57

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

Shades of Brick Red #C22839

Tints of Brick Red #C22839

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.75%

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

R = 66.67%
G = 13.75%
B = 19.59%

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

#C22839 (or 0xC22839) is known color: Brick Red. HEX triplet: C2, 28 and 39. RGB value is (194,40,57). Sum of RGB (Red+Green+Blue) = 194+40+57=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 40 (16.02% from 255 or 13.75% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C22839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22839 is #3DD7C6. Grayscale: #585858. Windows color (decimal): -4052935 or 3745986. OLE color: 3745986.

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

Color convert

RGB 194 40 57 -
CMYK 0 0.79 0.71 0.24
HSL 353.38º 0.66% 0.46% -
HSV(B) 353.38º 0.79% 0.76% -
XYZ 23.75 13.28 5.18 -
YUV 87.98 110.52 203.62 -
System Red Green Blue C M Y K H S L
Decimal 194 40 57 0 0.79 0.71 0.24 353.38 0.66 0.46
Hex C2 28 39 0 4F 47 18 161 42 2E
Octal 302 50 71 0 117 107 30 541 102 56
Binary 11000010 101000 111001 0 1001111 1000111 11000 101100001 1000010 101110

Color Harmonies of #C22839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22839

Black with #C22839

Text Example


Text Example

White with #C22839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22839; }

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

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

background-color css

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

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

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

border-color css

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

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

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