Html Css Color HEX #C7313D Brick Red

📋 copy color: '#C7313D'

red 199 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #C7313D

Tints of Brick Red #C7313D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

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

R = 64.4%
G = 15.86%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C7313D (or 0xC7313D) is known color: Brick Red. HEX triplet: C7, 31 and 3D. RGB value is (199,49,61). Sum of RGB (Red+Green+Blue) = 199+49+61=309 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.40% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 61 (24.22% from 255 or 19.74% from 309); Max value from RGB is 199 - color contains mainly: red. Hex color #C7313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7313D is #38CEC2. Grayscale: #5F5F5F. Windows color (decimal): -3722947 or 4010439. OLE color: 4010439.

HSL color Cylindrical-coordinate representation of color #C7313D: hue angle of 355.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7313D is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 49 61 -
CMYK 0 0.75 0.69 0.22
HSL 355.2º 0.6% 0.49% -
HSV(B) 355.2º 0.75% 0.78% -
XYZ 25.49 14.68 5.9 -
YUV 95.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 199 49 61 0 0.75 0.69 0.22 355.2 0.6 0.49
Hex C7 31 3D 0 4B 45 16 163 3C 31
Octal 307 61 75 0 113 105 26 543 74 61
Binary 11000111 110001 111101 0 1001011 1000101 10110 101100011 111100 110001

Color Harmonies of #C7313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7313D

Black with #C7313D

Text Example


Text Example

White with #C7313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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