Html Css Color HEX #C5293D Brick Red

📋 copy color: '#C5293D'

red 197 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #C5293D

Tints of Brick Red #C5293D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 20.4%

R = 65.89%
G = 13.71%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5293D (or 0xC5293D) is known color: Brick Red. HEX triplet: C5, 29 and 3D. RGB value is (197,41,61). Sum of RGB (Red+Green+Blue) = 197+41+61=299 (39% of max value = 765). Red value is 197 (77.34% from 255 or 65.89% from 299); Green value is 41 (16.41% from 255 or 13.71% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 197 - color contains mainly: red. Hex color #C5293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5293D is #3AD6C2. Grayscale: #595959. Windows color (decimal): -3856067 or 4008389. OLE color: 4008389.

HSL color Cylindrical-coordinate representation of color #C5293D: hue angle of 352.31º 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 #C5293D is Cyan = 0, Magento = 0.79, Yellow = 0.69 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 41 61 -
CMYK 0 0.79 0.69 0.23
HSL 352.31º 0.66% 0.47% -
HSV(B) 352.31º 0.79% 0.77% -
XYZ 24.66 13.79 5.78 -
YUV 89.92 111.68 204.37 -
System Red Green Blue C M Y K H S L
Decimal 197 41 61 0 0.79 0.69 0.23 352.31 0.66 0.47
Hex C5 29 3D 0 4F 45 17 160 42 2F
Octal 305 51 75 0 117 105 27 540 102 57
Binary 11000101 101001 111101 0 1001111 1000101 10111 101100000 1000010 101111

Color Harmonies of #C5293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5293D

Black with #C5293D

Text Example


Text Example

White with #C5293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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