Html Css Color HEX #C7313C Brick Red

📋 copy color: '#C7313C'

red 199 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #C7313C

Tints of Brick Red #C7313C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.48%

R = 64.61%
G = 15.91%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#C7313C (or 0xC7313C) is known color: Brick Red. HEX triplet: C7, 31 and 3C. RGB value is (199,49,60). Sum of RGB (Red+Green+Blue) = 199+49+60=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C7313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7313C is #38CEC3. Grayscale: #5F5F5F. Windows color (decimal): -3722948 or 3944903. OLE color: 3944903.

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

Color convert

RGB 199 49 60 -
CMYK 0 0.75 0.70 0.22
HSL 355.6º 0.6% 0.49% -
HSV(B) 355.6º 0.75% 0.78% -
XYZ 25.47 14.66 5.76 -
YUV 95.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 199 49 60 0 0.75 0.70 0.22 355.6 0.6 0.49
Hex C7 31 3C 0 4B 46 16 164 3C 31
Octal 307 61 74 0 113 106 26 544 74 61
Binary 11000111 110001 111100 0 1001011 1000110 10110 101100100 111100 110001

Color Harmonies of #C7313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7313C

Black with #C7313C

Text Example


Text Example

White with #C7313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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