Html Css Color HEX #C5293A Brick Red

📋 copy color: '#C5293A'

red 197 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #C5293A

Tints of Brick Red #C5293A

RGB

 RED value IS 197 (77.34% from 255) = 66.55%

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

 BLUE value IS 58 (23.05% from 255) = 19.59%

R = 66.55%
G = 13.85%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.23

RGB Variations

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

Color information

#C5293A (or 0xC5293A) is known color: Brick Red. HEX triplet: C5, 29 and 3A. RGB value is (197,41,58). Sum of RGB (Red+Green+Blue) = 197+41+58=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 41 (16.41% from 255 or 13.85% from 296); Blue value is 58 (23.05% from 255 or 19.59% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C5293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5293A is #3AD6C5. Grayscale: #595959. Windows color (decimal): -3856070 or 3811781. OLE color: 3811781.

HSL color Cylindrical-coordinate representation of color #C5293A: hue angle of 353.46º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C5293A is Cyan = 0, Magento = 0.79, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 58 -
CMYK 0 0.79 0.71 0.23
HSL 353.46º 0.66% 0.47% -
HSV(B) 353.46º 0.79% 0.77% -
XYZ 24.58 13.76 5.36 -
YUV 89.58 110.18 204.62 -
System Red Green Blue C M Y K H S L
Decimal 197 41 58 0 0.79 0.71 0.23 353.46 0.66 0.47
Hex C5 29 3A 0 4F 47 17 161 42 2F
Octal 305 51 72 0 117 107 27 541 102 57
Binary 11000101 101001 111010 0 1001111 1000111 10111 101100001 1000010 101111

Color Harmonies of #C5293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5293A

Black with #C5293A

Text Example


Text Example

White with #C5293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5293A; }

 p { color: rgb(197,41,58); }

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

background-color css

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

 a { background-color: rgb(197,41,58); }

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

border-color css

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

 span { border-color: rgb(197,41,58); }

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