Html Css Color HEX #C22543 Brick Red

📋 copy color: '#C22543'

red 194 ◦ green 37 ◦ blue 67

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

Shades of Brick Red #C22543

Tints of Brick Red #C22543

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.42%

 BLUE value IS 67 (26.56% from 255) = 22.48%

R = 65.1%
G = 12.42%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C22543 (or 0xC22543) is known color: Brick Red. HEX triplet: C2, 25 and 43. RGB value is (194,37,67). Sum of RGB (Red+Green+Blue) = 194+37+67=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C22543 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C22543 is #3DDABC. Grayscale: #575757. Windows color (decimal): -4053693 or 4400578. OLE color: 4400578.

HSL color Cylindrical-coordinate representation of color #C22543: hue angle of 348.54º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22543 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 37 67 -
CMYK 0 0.81 0.65 0.24
HSL 348.54º 0.68% 0.45% -
HSV(B) 348.54º 0.81% 0.76% -
XYZ 23.92 13.2 6.6 -
YUV 87.36 116.51 204.06 -
System Red Green Blue C M Y K H S L
Decimal 194 37 67 0 0.81 0.65 0.24 348.54 0.68 0.45
Hex C2 25 43 0 51 41 18 15D 44 2D
Octal 302 45 103 0 121 101 30 535 104 55
Binary 11000010 100101 1000011 0 1010001 1000001 11000 101011101 1000100 101101

Color Harmonies of #C22543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22543

Black with #C22543

Text Example


Text Example

White with #C22543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22543; }

 p { color: rgb(194,37,67); }

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

background-color css

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

 a { background-color: rgb(194,37,67); }

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

border-color css

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

 span { border-color: rgb(194,37,67); }

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