#CD2748

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

Shades of Brick Red #CD2748

Tints of Brick Red #CD2748

Color information

#CD2748 (or 0xCD2748) is unknown color: approx Brick Red. HEX triplet: CD, 27 and 48. RGB value is (205,39,72). Sum of RGB (Red+Green+Blue) = 205+39+72=316 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.87% from 316); Green value is 39 (15.62% from 255 or 12.34% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2748 is #32D8B7. Grayscale: #5C5C5C. Windows color (decimal): -3332280 or 4728781. OLE color: 4728781.

HSL color Cylindrical-coordinate representation of color #CD2748: hue angle of 348.07º 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 #CD2748 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB2053972-
CMYK00.810.650.20
HSL348.07º68.03%47.84%-
HSV(B)348.07º80.98%80.39%-
XYZ27.0714.97.58-
YUV92.4116.5208.32-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.87%
GREEN value IS 39 (15.62% from 255) = 12.34%
BLUE value IS 72 (28.52% from 255) = 22.78%
R=64.87%
G=12.34%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205397200.810.650.20348.0768.0347.84
HexCD2748051411415c4430
Octal3154711001211012453410460
Binary110011011001111001000010100011000001101001010111001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2748; }

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

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

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

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

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

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

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

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