#C9414A

Color #C9414A Brick Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brick Red #C9414A

Tints of Brick Red #C9414A

Color information

#C9414A (or 0xC9414A) is unknown color: approx Brick Red. HEX triplet: C9, 41 and 4A. RGB value is (201,65,74). Sum of RGB (Red+Green+Blue) = 201+65+74=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 74 (29.30% from 255 or 21.76% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C9414A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9414A is #36BEB5. Grayscale: #6A6A6A. Windows color (decimal): -3587766 or 4866505. OLE color: 4866505.

HSL color Cylindrical-coordinate representation of color #C9414A: hue angle of 356.03º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9414A is Cyan = 0, Magento = 0.68, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2016574-
CMYK00.680.630.21
HSL356.03º55.74%52.16%-
HSV(B)356.03º67.66%78.82%-
XYZ27.2116.698.27-
YUV106.69109.56195.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.12%
GREEN value IS 65 (25.78% from 255) = 19.12%
BLUE value IS 74 (29.30% from 255) = 21.76%
R=59.12%
G=19.12%
B=21.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201657400.680.630.21356.0355.7452.16
HexC9414A0443F151643834
Octal311101112010477255447064
Binary11001001100000110010100100010011111110101101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9414A; }

 p { color: rgb(201,65,74); }

 H1.HeaderClassName
 {
   color: #C9414A;
 }
 .AnyTagClassName
 {
   color: #C9414A;
 }
</style>
background-color css

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

 a { background-color: rgb(201,65,74); }

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

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

 span { border-color: rgb(201,65,74); }

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