Html Css Color HEX #C23141 Brick Red

📋 copy color: '#C23141'

red 194 ◦ green 49 ◦ blue 65

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

Shades of Brick Red #C23141

Tints of Brick Red #C23141

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.1%

R = 62.99%
G = 15.91%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#C23141 (or 0xC23141) is known color: Brick Red. HEX triplet: C2, 31 and 41. RGB value is (194,49,65). Sum of RGB (Red+Green+Blue) = 194+49+65=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 65 (25.78% from 255 or 21.10% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C23141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23141 is #3DCEBE. Grayscale: #5E5E5E. Windows color (decimal): -4050623 or 4272578. OLE color: 4272578.

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

Color convert

RGB 194 49 65 -
CMYK 0 0.75 0.66 0.24
HSL 353.38º 0.6% 0.48% -
HSV(B) 353.38º 0.75% 0.76% -
XYZ 24.3 14.05 6.43 -
YUV 94.18 111.54 199.2 -
System Red Green Blue C M Y K H S L
Decimal 194 49 65 0 0.75 0.66 0.24 353.38 0.6 0.48
Hex C2 31 41 0 4B 42 18 161 3C 30
Octal 302 61 101 0 113 102 30 541 74 60
Binary 11000010 110001 1000001 0 1001011 1000010 11000 101100001 111100 110000

Color Harmonies of #C23141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23141

Black with #C23141

Text Example


Text Example

White with #C23141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23141; }

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

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

background-color css

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

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

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

border-color css

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

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

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