Html Css Color HEX #C8313C Brick Red

📋 copy color: '#C8313C'

red 200 ◦ green 49 ◦ blue 60

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

Shades of Brick Red #C8313C

Tints of Brick Red #C8313C

RGB

 RED value IS 200 (78.52% from 255) = 64.72%

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

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

R = 64.72%
G = 15.86%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.7

 K value IS 0.22

RGB Variations

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

Color information

#C8313C (or 0xC8313C) is known color: Brick Red. HEX triplet: C8, 31 and 3C. RGB value is (200,49,60). Sum of RGB (Red+Green+Blue) = 200+49+60=309 (40% of max value = 765). Red value is 200 (78.52% from 255 or 64.72% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 60 (23.83% from 255 or 19.42% from 309); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313C is #37CEC3. Grayscale: #5F5F5F. Windows color (decimal): -3657412 or 3944904. OLE color: 3944904.

HSL color Cylindrical-coordinate representation of color #C8313C: hue angle of 355.63º degrees, saturation: 0.61, 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 #C8313C is Cyan = 0, Magento = 0.76, Yellow = 0.7 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 49 60 -
CMYK 0 0.76 0.7 0.22
HSL 355.63º 0.61% 0.49% -
HSV(B) 355.63º 0.76% 0.78% -
XYZ 25.73 14.8 5.78 -
YUV 95.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 200 49 60 0 0.76 0.7 0.22 355.63 0.61 0.49
Hex C8 31 3C 0 4C 46 16 164 3D 31
Octal 310 61 74 0 114 106 26 544 75 61
Binary 11001000 110001 111100 0 1001100 1000110 10110 101100100 111101 110001

Color Harmonies of #C8313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8313C

Black with #C8313C

Text Example


Text Example

White with #C8313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8313C; }

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

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

background-color css

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

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

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

border-color css

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

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

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