#CD2B45

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

Shades of Brick Red #CD2B45

Tints of Brick Red #CD2B45

Color information

#CD2B45 (or 0xCD2B45) is unknown color: approx Brick Red. HEX triplet: CD, 2B and 45. RGB value is (205,43,69). Sum of RGB (Red+Green+Blue) = 205+43+69=317 (41% of max value = 765). Red value is 205 (80.47% from 255 or 64.67% from 317); Green value is 43 (17.19% from 255 or 13.56% from 317); Blue value is 69 (27.34% from 255 or 21.77% from 317); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2B45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD2B45 is #32D4BA. Grayscale: #5E5E5E. Windows color (decimal): -3331259 or 4533197. OLE color: 4533197.

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

Color convert

RGB2054369-
CMYK00.790.660.20
HSL350.37º65.32%48.63%-
HSV(B)350.37º79.02%80.39%-
XYZ27.1115.147.12-
YUV94.4113.67206.89-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 64.67%
GREEN value IS 43 (17.19% from 255) = 13.56%
BLUE value IS 69 (27.34% from 255) = 21.77%
R=64.67%
G=13.56%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.66
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205436900.790.660.20350.3765.3248.63
HexCD2B4504F421415e4131
Octal3155310501171022453610161
Binary110011011010111000101010011111000010101001010111101000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2B45; }

 p { color: rgb(205,43,69); }

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

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

 a { background-color: rgb(205,43,69); }

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

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

 span { border-color: rgb(205,43,69); }

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