Html Css Color HEX #C7293E Brick Red

📋 copy color: '#C7293E'

red 199 ◦ green 41 ◦ blue 62

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

Shades of Brick Red #C7293E

Tints of Brick Red #C7293E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 20.53%

R = 65.89%
G = 13.58%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7293E (or 0xC7293E) is known color: Brick Red. HEX triplet: C7, 29 and 3E. RGB value is (199,41,62). Sum of RGB (Red+Green+Blue) = 199+41+62=302 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.89% from 302); Green value is 41 (16.41% from 255 or 13.58% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 199 - color contains mainly: red. Hex color #C7293E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7293E is #38D6C1. Grayscale: #5A5A5A. Windows color (decimal): -3724994 or 4073927. OLE color: 4073927.

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

Color convert

RGB 199 41 62 -
CMYK 0 0.79 0.69 0.22
HSL 352.03º 0.66% 0.47% -
HSV(B) 352.03º 0.79% 0.78% -
XYZ 25.22 14.08 5.95 -
YUV 90.64 111.85 205.29 -
System Red Green Blue C M Y K H S L
Decimal 199 41 62 0 0.79 0.69 0.22 352.03 0.66 0.47
Hex C7 29 3E 0 4F 45 16 160 42 2F
Octal 307 51 76 0 117 105 26 540 102 57
Binary 11000111 101001 111110 0 1001111 1000101 10110 101100000 1000010 101111

Color Harmonies of #C7293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7293E

Black with #C7293E

Text Example


Text Example

White with #C7293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7293E; }

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

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

background-color css

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

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

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

border-color css

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

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

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