Html Css Color HEX #CE2846 Brick Red

📋 copy color: '#CE2846'

red 206 ◦ green 40 ◦ blue 70

#CE2846
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brick Red #CE2846

Tints of Brick Red #CE2846

RGB

 RED value IS 206 (80.86% from 255) = 65.19%

 GREEN value IS 40 (16.02% from 255) = 12.66%

 BLUE value IS 70 (27.73% from 255) = 22.15%

R = 65.19%
G = 12.66%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2846 (or 0xCE2846) is known color: Brick Red. HEX triplet: CE, 28 and 46. RGB value is (206,40,70). Sum of RGB (Red+Green+Blue) = 206+40+70=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 40 (16.02% from 255 or 12.66% from 316); Blue value is 70 (27.73% from 255 or 22.15% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2846 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2846 is #31D7B9. Grayscale: #5D5D5D. Windows color (decimal): -3266490 or 4597966. OLE color: 4597966.

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

Color convert

RGB 206 40 70 -
CMYK 0 0.81 0.66 0.19
HSL 349.16º 0.67% 0.48% -
HSV(B) 349.16º 0.81% 0.81% -
XYZ 27.32 15.08 7.27 -
YUV 93.05 115 208.56 -
System Red Green Blue C M Y K H S L
Decimal 206 40 70 0 0.81 0.66 0.19 349.16 0.67 0.48
Hex CE 28 46 0 51 42 13 15D 43 30
Octal 316 50 106 0 121 102 23 535 103 60
Binary 11001110 101000 1000110 0 1010001 1000010 10011 101011101 1000011 110000

Color Harmonies of #CE2846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2846

Black with #CE2846

Text Example


Text Example

White with #CE2846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2846; }

 p { color: rgb(206,40,70); }

 H1.HeaderClassName
 {
   color: #CE2846;
 }
 .AnyTagClassName
 {
   color: #CE2846;
 }
</style>

background-color css

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

 a { background-color: rgb(206,40,70); }

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

border-color css

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

 span { border-color: rgb(206,40,70); }

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