#CD2839

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

Shades of Brick Red #CD2839

Tints of Brick Red #CD2839

Color information

#CD2839 (or 0xCD2839) is unknown color: approx Brick Red. HEX triplet: CD, 28 and 39. RGB value is (205,40,57). Sum of RGB (Red+Green+Blue) = 205+40+57=302 (40% of max value = 765). Red value is 205 (80.47% from 255 or 67.88% from 302); Green value is 40 (16.02% from 255 or 13.25% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2839 is #32D7C6. Grayscale: #5B5B5B. Windows color (decimal): -3332039 or 3745997. OLE color: 3745997.

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

Color convert

RGB2054057-
CMYK00.800.720.20
HSL353.82º67.35%48.04%-
HSV(B)353.82º80.49%80.39%-
XYZ26.6714.795.32-
YUV91.27108.66209.12-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 67.88%
GREEN value IS 40 (16.02% from 255) = 13.25%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=67.88%
G=13.25%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205405700.800.720.20353.8267.3548.04
HexCD283905048141624330
Octal315507101201102454210360
Binary11001101101000111001010100001001000101001011000101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2839; }

 p { color: rgb(205,40,57); }

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

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

 a { background-color: rgb(205,40,57); }

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

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

 span { border-color: rgb(205,40,57); }

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