Html Css Color HEX #C23544 Brick Red

📋 copy color: '#C23544'

red 194 ◦ green 53 ◦ blue 68

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

Shades of Brick Red #C23544

Tints of Brick Red #C23544

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.83%

 BLUE value IS 68 (26.95% from 255) = 21.59%

R = 61.59%
G = 16.83%
B = 21.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#C23544 (or 0xC23544) is known color: Brick Red. HEX triplet: C2, 35 and 44. RGB value is (194,53,68). Sum of RGB (Red+Green+Blue) = 194+53+68=315 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.59% from 315); Green value is 53 (21.09% from 255 or 16.83% from 315); Blue value is 68 (26.95% from 255 or 21.59% from 315); Max value from RGB is 194 - color contains mainly: red. Hex color #C23544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23544 is #3DCABB. Grayscale: #606060. Windows color (decimal): -4049596 or 4470210. OLE color: 4470210.

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

Color convert

RGB 194 53 68 -
CMYK 0 0.73 0.65 0.24
HSL 353.62º 0.57% 0.48% -
HSV(B) 353.62º 0.73% 0.76% -
XYZ 24.56 14.43 6.96 -
YUV 96.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 194 53 68 0 0.73 0.65 0.24 353.62 0.57 0.48
Hex C2 35 44 0 49 41 18 162 39 30
Octal 302 65 104 0 111 101 30 542 71 60
Binary 11000010 110101 1000100 0 1001001 1000001 11000 101100010 111001 110000

Color Harmonies of #C23544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23544

Black with #C23544

Text Example


Text Example

White with #C23544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23544; }

 p { color: rgb(194,53,68); }

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

background-color css

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

 a { background-color: rgb(194,53,68); }

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

border-color css

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

 span { border-color: rgb(194,53,68); }

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