#cd404c

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

Shades of Brick Red #CD404C

Tints of Brick Red #CD404C

Color information

#CD404C (or 0xCD404C) is unknown color: approx Brick Red. HEX triplet: CD, 40 and 4C. RGB value is (205,64,76). Sum of RGB (Red+Green+Blue) = 205+64+76=345 (45% of max value = 765). Red value is 205 (80.47% from 255 or 59.42% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 205 - color contains mainly: red. Hex color #CD404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD404C is #32BFB3. Grayscale: #6B6B6B. Windows color (decimal): -3325876 or 4997325. OLE color: 4997325.

HSL color Cylindrical-coordinate representation of color #CD404C: hue angle of 354.89º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CD404C is Cyan = 0, Magento = 0.69, Yellow = 0.63 and Black (K on CMYK) = 0.20.

Color convert

RGB2056476-
CMYK00.690.630.20
HSL354.89º58.51%52.75%-
HSV(B)354.89º68.78%80.39%-
XYZ28.3117.178.66-
YUV107.53110.21197.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 59.42%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=59.42%
G=18.55%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205647600.690.630.20354.8958.5152.75
HexCD404C0453F141633b35
Octal315100114010577245437365
Binary11001101100000010011000100010111111110100101100011111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cd404c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cd404c; }

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

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

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

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

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

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

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

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