#ce2540

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

Shades of Brick Red #CE2540

Tints of Brick Red #CE2540

Color information

#CE2540 (or 0xCE2540) is unknown color: approx Brick Red. HEX triplet: CE, 25 and 40. RGB value is (206,37,64). Sum of RGB (Red+Green+Blue) = 206+37+64=307 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.10% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2540 is #31DABF. Grayscale: #5A5A5A. Windows color (decimal): -3267264 or 4203982. OLE color: 4203982.

HSL color Cylindrical-coordinate representation of color #CE2540: hue angle of 350.41º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CE2540 is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.19.

Color convert

RGB2063764-
CMYK00.820.690.19
HSL350.41º69.55%47.65%-
HSV(B)350.41º82.04%80.78%-
XYZ27.0414.826.28-
YUV90.61112.99210.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 67.10%
GREEN value IS 37 (14.84% from 255) = 12.05%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=67.10%
G=12.05%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206376400.820.690.19350.4169.5547.65
HexCE2540052451315e4630
Octal3164510001221052353610660
Binary110011101001011000000010100101000101100111010111101000110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce2540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce2540; }

 p { color: rgb(206,37,64); }

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

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

 a { background-color: rgb(206,37,64); }

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

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

 span { border-color: rgb(206,37,64); }

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