Html Css Color HEX #C7293A Brick Red

📋 copy color: '#C7293A'

red 199 ◦ green 41 ◦ blue 58

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

Shades of Brick Red #C7293A

Tints of Brick Red #C7293A

RGB

 RED value IS 199 (78.13% from 255) = 66.78%

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

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

R = 66.78%
G = 13.76%
B = 19.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C7293A (or 0xC7293A) is known color: Brick Red. HEX triplet: C7, 29 and 3A. RGB value is (199,41,58). Sum of RGB (Red+Green+Blue) = 199+41+58=298 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.78% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 58 (23.05% from 255 or 19.46% from 298); Max value from RGB is 199 - color contains mainly: red. Hex color #C7293A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7293A is #38D6C5. Grayscale: #5A5A5A. Windows color (decimal): -3724998 or 3811783. OLE color: 3811783.

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

Color convert

RGB 199 41 58 -
CMYK 0 0.79 0.71 0.22
HSL 353.54º 0.66% 0.47% -
HSV(B) 353.54º 0.79% 0.78% -
XYZ 25.11 14.03 5.39 -
YUV 90.18 109.85 205.62 -
System Red Green Blue C M Y K H S L
Decimal 199 41 58 0 0.79 0.71 0.22 353.54 0.66 0.47
Hex C7 29 3A 0 4F 47 16 162 42 2F
Octal 307 51 72 0 117 107 26 542 102 57
Binary 11000111 101001 111010 0 1001111 1000111 10110 101100010 1000010 101111

Color Harmonies of #C7293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7293A

Black with #C7293A

Text Example


Text Example

White with #C7293A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7293A; }

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

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

background-color css

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

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

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

border-color css

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

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

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