Html Css Color HEX #C8323E Brick Red

📋 copy color: '#C8323E'

red 200 ◦ green 50 ◦ blue 62

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

Shades of Brick Red #C8323E

Tints of Brick Red #C8323E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.03%

 BLUE value IS 62 (24.61% from 255) = 19.87%

R = 64.1%
G = 16.03%
B = 19.87%

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

#C8323E (or 0xC8323E) is known color: Brick Red. HEX triplet: C8, 32 and 3E. RGB value is (200,50,62). Sum of RGB (Red+Green+Blue) = 200+50+62=312 (41% of max value = 765). Red value is 200 (78.52% from 255 or 64.10% from 312); Green value is 50 (19.92% from 255 or 16.03% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 200 - color contains mainly: red. Hex color #C8323E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8323E is #37CDC1. Grayscale: #606060. Windows color (decimal): -3657154 or 4076232. OLE color: 4076232.

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

Color convert

RGB 200 50 62 -
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.83 14.91 6.07 -
YUV 96.22 108.7 202.02 -
System Red Green Blue C M Y K H S L
Decimal 200 50 62 0 0.75 0.69 0.22 355.2 0.6 0.49
Hex C8 32 3E 0 4B 45 16 163 3C 31
Octal 310 62 76 0 113 105 26 543 74 61
Binary 11001000 110010 111110 0 1001011 1000101 10110 101100011 111100 110001

Color Harmonies of #C8323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8323E

Black with #C8323E

Text Example


Text Example

White with #C8323E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8323E; }

 p { color: rgb(200,50,62); }

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

background-color css

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

 a { background-color: rgb(200,50,62); }

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

border-color css

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

 span { border-color: rgb(200,50,62); }

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