Html Css Color HEX #C7293D Brick Red

📋 copy color: '#C7293D'

red 199 ◦ green 41 ◦ blue 61

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

Shades of Brick Red #C7293D

Tints of Brick Red #C7293D

RGB

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

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

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

R = 66.11%
G = 13.62%
B = 20.27%

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

#C7293D (or 0xC7293D) is known color: Brick Red. HEX triplet: C7, 29 and 3D. RGB value is (199,41,61). Sum of RGB (Red+Green+Blue) = 199+41+61=301 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.11% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 61 (24.22% from 255 or 20.27% from 301); Max value from RGB is 199 - color contains mainly: red. Hex color #C7293D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7293D is #38D6C2. Grayscale: #5A5A5A. Windows color (decimal): -3724995 or 4008391. OLE color: 4008391.

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

Color convert

RGB 199 41 61 -
CMYK 0 0.79 0.69 0.22
HSL 352.41º 0.66% 0.47% -
HSV(B) 352.41º 0.79% 0.78% -
XYZ 25.19 14.06 5.8 -
YUV 90.52 111.35 205.37 -
System Red Green Blue C M Y K H S L
Decimal 199 41 61 0 0.79 0.69 0.22 352.41 0.66 0.47
Hex C7 29 3D 0 4F 45 16 160 42 2F
Octal 307 51 75 0 117 105 26 540 102 57
Binary 11000111 101001 111101 0 1001111 1000101 10110 101100000 1000010 101111

Color Harmonies of #C7293D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7293D

Black with #C7293D

Text Example


Text Example

White with #C7293D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7293D; }

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

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

background-color css

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

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

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

border-color css

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

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

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