Html Css Color HEX #C8404C Brick Red

📋 copy color: '#C8404C'

red 200 ◦ green 64 ◦ blue 76

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

Shades of Brick Red #C8404C

Tints of Brick Red #C8404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 76 (30.08% from 255) = 22.35%

R = 58.82%
G = 18.82%
B = 22.35%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C8404C (or 0xC8404C) is known color: Brick Red. HEX triplet: C8, 40 and 4C. RGB value is (200,64,76). Sum of RGB (Red+Green+Blue) = 200+64+76=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 76 (30.08% from 255 or 22.35% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C8404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8404C is #37BFB3. Grayscale: #6A6A6A. Windows color (decimal): -3653556 or 4997320. OLE color: 4997320.

HSL color Cylindrical-coordinate representation of color #C8404C: hue angle of 354.71º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8404C is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 64 76 -
CMYK 0 0.68 0.62 0.22
HSL 354.71º 0.55% 0.52% -
HSV(B) 354.71º 0.68% 0.78% -
XYZ 26.96 16.47 8.6 -
YUV 106.03 111.06 195.02 -
System Red Green Blue C M Y K H S L
Decimal 200 64 76 0 0.68 0.62 0.22 354.71 0.55 0.52
Hex C8 40 4C 0 44 3E 16 163 37 34
Octal 310 100 114 0 104 76 26 543 67 64
Binary 11001000 1000000 1001100 0 1000100 111110 10110 101100011 110111 110100

Color Harmonies of #C8404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8404C

Black with #C8404C

Text Example


Text Example

White with #C8404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8404C; }

 p { color: rgb(200,64,76); }

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

background-color css

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

 a { background-color: rgb(200,64,76); }

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

border-color css

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

 span { border-color: rgb(200,64,76); }

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