#CD3642

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

Shades of Brick Red #CD3642

Tints of Brick Red #CD3642

Color information

#CD3642 (or 0xCD3642) is unknown color: approx Brick Red. HEX triplet: CD, 36 and 42. RGB value is (205,54,66). Sum of RGB (Red+Green+Blue) = 205+54+66=325 (43% of max value = 765). Red value is 205 (80.47% from 255 or 63.08% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 205 - color contains mainly: red. Hex color #CD3642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CD3642 is #32C9BD. Grayscale: #646464. Windows color (decimal): -3328446 or 4339405. OLE color: 4339405.

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

Color convert

RGB2055466-
CMYK00.740.680.20
HSL355.23º60.16%50.78%-
HSV(B)355.23º73.66%80.39%-
XYZ27.4816.016.8-
YUV100.52108.53202.52-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 63.08%
GREEN value IS 54 (21.48% from 255) = 16.62%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=63.08%
G=16.62%
B=20.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal205546600.740.680.20355.2360.1650.78
HexCD364204A44141633c33
Octal315661020112104245437463
Binary11001101110110100001001001010100010010100101100011111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD3642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD3642; }

 p { color: rgb(205,54,66); }

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

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

 a { background-color: rgb(205,54,66); }

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

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

 span { border-color: rgb(205,54,66); }

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