Html Css Color HEX #C23145 Brick Red

📋 copy color: '#C23145'

red 194 ◦ green 49 ◦ blue 69

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

Shades of Brick Red #C23145

Tints of Brick Red #C23145

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

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

R = 62.18%
G = 15.71%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#C23145 (or 0xC23145) is known color: Brick Red. HEX triplet: C2, 31 and 45. RGB value is (194,49,69). Sum of RGB (Red+Green+Blue) = 194+49+69=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C23145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23145 is #3DCEBA. Grayscale: #5E5E5E. Windows color (decimal): -4050619 or 4534722. OLE color: 4534722.

HSL color Cylindrical-coordinate representation of color #C23145: hue angle of 351.72º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23145 is Cyan = 0, Magento = 0.75, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 49 69 -
CMYK 0 0.75 0.64 0.24
HSL 351.72º 0.6% 0.48% -
HSV(B) 351.72º 0.75% 0.76% -
XYZ 24.42 14.1 7.06 -
YUV 94.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 194 49 69 0 0.75 0.64 0.24 351.72 0.6 0.48
Hex C2 31 45 0 4B 40 18 160 3C 30
Octal 302 61 105 0 113 100 30 540 74 60
Binary 11000010 110001 1000101 0 1001011 1000000 11000 101100000 111100 110000

Color Harmonies of #C23145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23145

Black with #C23145

Text Example


Text Example

White with #C23145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23145; }

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

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

background-color css

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

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

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

border-color css

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

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

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