#CD3548

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

Shades of Brick Red #CD3548

Tints of Brick Red #CD3548

Color information

#CD3548 (or 0xCD3548) is unknown color: approx Brick Red. HEX triplet: CD, 35 and 48. RGB value is (205,53,72). Sum of RGB (Red+Green+Blue) = 205+53+72=330 (43% of max value = 765). Red value is 205 (80.47% from 255 or 62.12% from 330); Green value is 53 (21.09% from 255 or 16.06% from 330); Blue value is 72 (28.52% from 255 or 21.82% from 330); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3548 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3548 is #32CAB7. Grayscale: #646464. Windows color (decimal): -3328696 or 4732365. OLE color: 4732365.

HSL color Cylindrical-coordinate representation of color #CD3548: hue angle of 352.5º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CD3548 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2055372-
CMYK00.740.650.20
HSL352.5º60.32%50.59%-
HSV(B)352.5º74.15%80.39%-
XYZ27.6215.997.76-
YUV100.61111.86202.46-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 62.12%
GREEN value IS 53 (21.09% from 255) = 16.06%
BLUE value IS 72 (28.52% from 255) = 21.82%
R=62.12%
G=16.06%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205537200.740.650.20352.560.3250.59
HexCD354804A41141603c33
Octal315651100112101245407463
Binary11001101110101100100001001010100000110100101100000111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3548; }

 p { color: rgb(205,53,72); }

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

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

 a { background-color: rgb(205,53,72); }

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

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

 span { border-color: rgb(205,53,72); }

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