#CD324C

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

Shades of Brick Red #CD324C

Tints of Brick Red #CD324C

Color information

#CD324C (or 0xCD324C) is unknown color: approx Brick Red. HEX triplet: CD, 32 and 4C. RGB value is (205,50,76). Sum of RGB (Red+Green+Blue) = 205+50+76=331 (43% of max value = 765). Red value is 205 (80.47% from 255 or 61.93% from 331); Green value is 50 (19.92% from 255 or 15.11% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 205 - color contains mainly: red. Hex color #CD324C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD324C is #32CDB3. Grayscale: #636363. Windows color (decimal): -3329460 or 4993741. OLE color: 4993741.

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

Color convert

RGB2055076-
CMYK00.760.630.20
HSL349.94º60.78%50%-
HSV(B)349.94º75.61%80.39%-
XYZ27.6215.788.43-
YUV99.31114.85203.39-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 61.93%
GREEN value IS 50 (19.92% from 255) = 15.11%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=61.93%
G=15.11%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.63
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205507600.760.630.20349.9460.7850
HexCD324C04C3F1415e3d32
Octal31562114011477245367562
Binary1100110111001010011000100110011111110100101011110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD324C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD324C; }

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

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

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

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

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

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

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

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