Html Css Color HEX #C8313D Brick Red

📋 copy color: '#C8313D'

red 200 ◦ green 49 ◦ blue 61

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

Shades of Brick Red #C8313D

Tints of Brick Red #C8313D

RGB

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

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

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

R = 64.52%
G = 15.81%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8313D (or 0xC8313D) is known color: Brick Red. HEX triplet: C8, 31 and 3D. RGB value is (200,49,61). Sum of RGB (Red+Green+Blue) = 200+49+61=310 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.52% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313D is #37CEC2. Grayscale: #5F5F5F. Windows color (decimal): -3657411 or 4010440. OLE color: 4010440.

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

Color convert

RGB 200 49 61 -
CMYK 0 0.76 0.69 0.22
HSL 355.23º 0.61% 0.49% -
HSV(B) 355.23º 0.76% 0.78% -
XYZ 25.76 14.81 5.92 -
YUV 95.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 200 49 61 0 0.76 0.69 0.22 355.23 0.61 0.49
Hex C8 31 3D 0 4C 45 16 163 3D 31
Octal 310 61 75 0 114 105 26 543 75 61
Binary 11001000 110001 111101 0 1001100 1000101 10110 101100011 111101 110001

Color Harmonies of #C8313D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8313D

Black with #C8313D

Text Example


Text Example

White with #C8313D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8313D; }

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

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

background-color css

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

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

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

border-color css

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

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

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