#ce3244

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

Shades of Brick Red #CE3244

Tints of Brick Red #CE3244

Color information

#CE3244 (or 0xCE3244) is unknown color: approx Brick Red. HEX triplet: CE, 32 and 44. RGB value is (206,50,68). Sum of RGB (Red+Green+Blue) = 206+50+68=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3244 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3244 is #31CDBB. Grayscale: #626262. Windows color (decimal): -3263932 or 4469454. OLE color: 4469454.

HSL color Cylindrical-coordinate representation of color #CE3244: hue angle of 353.08º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3244 is Cyan = 0, Magento = 0.76, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB2065068-
CMYK00.760.670.19
HSL353.08º61.42%50.2%-
HSV(B)353.08º75.73%80.78%-
XYZ27.6415.827.07-
YUV98.7110.68204.54-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 63.58%
GREEN value IS 50 (19.92% from 255) = 15.43%
BLUE value IS 68 (26.95% from 255) = 20.99%
R=63.58%
G=15.43%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206506800.760.670.19353.0861.4250.2
HexCE324404C43131613d32
Octal316621040114103235417562
Binary11001110110010100010001001100100001110011101100001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce3244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce3244; }

 p { color: rgb(206,50,68); }

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

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

 a { background-color: rgb(206,50,68); }

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

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

 span { border-color: rgb(206,50,68); }

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