Html Css Color HEX #C8414C Brick Red

📋 copy color: '#C8414C'

red 200 ◦ green 65 ◦ blue 76

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

Shades of Brick Red #C8414C

Tints of Brick Red #C8414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.06%

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

R = 58.65%
G = 19.06%
B = 22.29%

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

#C8414C (or 0xC8414C) is known color: Brick Red. HEX triplet: C8, 41 and 4C. RGB value is (200,65,76). Sum of RGB (Red+Green+Blue) = 200+65+76=341 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.65% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 76 (30.08% from 255 or 22.29% from 341); Max value from RGB is 200 - color contains mainly: red. Hex color #C8414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8414C is #37BEB3. Grayscale: #6A6A6A. Windows color (decimal): -3653300 or 4997576. OLE color: 4997576.

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

Color convert

RGB 200 65 76 -
CMYK 0 0.68 0.62 0.22
HSL 355.11º 0.55% 0.52% -
HSV(B) 355.11º 0.68% 0.78% -
XYZ 27.01 16.58 8.61 -
YUV 106.62 110.73 194.61 -
System Red Green Blue C M Y K H S L
Decimal 200 65 76 0 0.68 0.62 0.22 355.11 0.55 0.52
Hex C8 41 4C 0 44 3E 16 163 37 34
Octal 310 101 114 0 104 76 26 543 67 64
Binary 11001000 1000001 1001100 0 1000100 111110 10110 101100011 110111 110100

Color Harmonies of #C8414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8414C

Black with #C8414C

Text Example


Text Example

White with #C8414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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