Html Css Color HEX #C22945 Brick Red

📋 copy color: '#C22945'

red 194 ◦ green 41 ◦ blue 69

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

Shades of Brick Red #C22945

Tints of Brick Red #C22945

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 22.7%

R = 63.82%
G = 13.49%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C22945 (or 0xC22945) is known color: Brick Red. HEX triplet: C2, 29 and 45. RGB value is (194,41,69). Sum of RGB (Red+Green+Blue) = 194+41+69=304 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.82% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 194 - color contains mainly: red. Hex color #C22945 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22945 is #3DD6BA. Grayscale: #595959. Windows color (decimal): -4052667 or 4532674. OLE color: 4532674.

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

Color convert

RGB 194 41 69 -
CMYK 0 0.79 0.64 0.24
HSL 349.02º 0.65% 0.46% -
HSV(B) 349.02º 0.79% 0.76% -
XYZ 24.12 13.48 6.96 -
YUV 89.94 116.19 202.22 -
System Red Green Blue C M Y K H S L
Decimal 194 41 69 0 0.79 0.64 0.24 349.02 0.65 0.46
Hex C2 29 45 0 4F 40 18 15D 41 2E
Octal 302 51 105 0 117 100 30 535 101 56
Binary 11000010 101001 1000101 0 1001111 1000000 11000 101011101 1000001 101110

Color Harmonies of #C22945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22945

Black with #C22945

Text Example


Text Example

White with #C22945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22945; }

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

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

background-color css

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

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

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

border-color css

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

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

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