#CD2749

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

Shades of Brick Red #CD2749

Tints of Brick Red #CD2749

Color information

#CD2749 (or 0xCD2749) is unknown color: approx Brick Red. HEX triplet: CD, 27 and 49. RGB value is (205,39,73). Sum of RGB (Red+Green+Blue) = 205+39+73=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 39 (15.62% from 255 or 12.30% from 317); Blue value is 73 (28.91% from 255 or 23.03% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2749 is #32D8B6. Grayscale: #5C5C5C. Windows color (decimal): -3332279 or 4794317. OLE color: 4794317.

HSL color Cylindrical-coordinate representation of color #CD2749: hue angle of 347.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CD2749 is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.20.

Color convert

RGB2053973-
CMYK00.810.640.20
HSL347.71º68.03%47.84%-
HSV(B)347.71º80.98%80.39%-
XYZ27.114.917.75-
YUV92.51117208.24-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.67%
GREEN value IS 39 (15.62% from 255) = 12.30%
BLUE value IS 73 (28.91% from 255) = 23.03%
R=64.67%
G=12.30%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205397300.810.640.20347.7168.0347.84
HexCD2749051401415c4430
Octal3154711101211002453410460
Binary110011011001111001001010100011000000101001010111001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2749

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2749; }

 p { color: rgb(205,39,73); }

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

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

 a { background-color: rgb(205,39,73); }

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

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

 span { border-color: rgb(205,39,73); }

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