Html Css Color HEX #C22938 Brick Red

📋 copy color: '#C22938'

red 194 ◦ green 41 ◦ blue 56

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

Shades of Brick Red #C22938

Tints of Brick Red #C22938

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.24%

R = 66.67%
G = 14.09%
B = 19.24%

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

#C22938 (or 0xC22938) is known color: Brick Red. HEX triplet: C2, 29 and 38. RGB value is (194,41,56). Sum of RGB (Red+Green+Blue) = 194+41+56=291 (38% of max value = 765). Red value is 194 (76.17% from 255 or 66.67% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 56 (22.27% from 255 or 19.24% from 291); Max value from RGB is 194 - color contains mainly: red. Hex color #C22938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22938 is #3DD6C7. Grayscale: #585858. Windows color (decimal): -4052680 or 3680706. OLE color: 3680706.

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

Color convert

RGB 194 41 56 -
CMYK 0 0.79 0.71 0.24
HSL 354.12º 0.65% 0.46% -
HSV(B) 354.12º 0.79% 0.76% -
XYZ 23.75 13.34 5.06 -
YUV 88.46 109.69 203.28 -
System Red Green Blue C M Y K H S L
Decimal 194 41 56 0 0.79 0.71 0.24 354.12 0.65 0.46
Hex C2 29 38 0 4F 47 18 162 41 2E
Octal 302 51 70 0 117 107 30 542 101 56
Binary 11000010 101001 111000 0 1001111 1000111 11000 101100010 1000001 101110

Color Harmonies of #C22938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22938

Black with #C22938

Text Example


Text Example

White with #C22938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22938; }

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

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

background-color css

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

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

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

border-color css

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

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

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