#C9414B

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

Shades of Brick Red #C9414B

Tints of Brick Red #C9414B

Color information

#C9414B (or 0xC9414B) is unknown color: approx Brick Red. HEX triplet: C9, 41 and 4B. RGB value is (201,65,75). Sum of RGB (Red+Green+Blue) = 201+65+75=341 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.94% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 75 (29.69% from 255 or 21.99% from 341); Max value from RGB is 201 - color contains mainly: red. Hex color #C9414B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9414B is #36BEB4. Grayscale: #6A6A6A. Windows color (decimal): -3587765 or 4932041. OLE color: 4932041.

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

Color convert

RGB2016575-
CMYK00.680.630.21
HSL355.59º55.74%52.16%-
HSV(B)355.59º67.66%78.82%-
XYZ27.2516.718.45-
YUV106.8110.06195.19-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.94%
GREEN value IS 65 (25.78% from 255) = 19.06%
BLUE value IS 75 (29.69% from 255) = 21.99%
R=58.94%
G=19.06%
B=21.99%

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
Decimal201657500.680.630.21355.5955.7452.16
HexC9414B0443F151643834
Octal311101113010477255447064
Binary11001001100000110010110100010011111110101101100100111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9414B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9414B; }

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

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

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

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

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

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

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

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