Html Css Color HEX #CE2847 Brick Red

📋 copy color: '#CE2847'

red 206 ◦ green 40 ◦ blue 71

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

Shades of Brick Red #CE2847

Tints of Brick Red #CE2847

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 64.98%
G = 12.62%
B = 22.4%

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

#CE2847 (or 0xCE2847) is known color: Brick Red. HEX triplet: CE, 28 and 47. RGB value is (206,40,71). Sum of RGB (Red+Green+Blue) = 206+40+71=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 40 (16.02% from 255 or 12.62% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2847 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2847 is #31D7B8. Grayscale: #5D5D5D. Windows color (decimal): -3266489 or 4663502. OLE color: 4663502.

HSL color Cylindrical-coordinate representation of color #CE2847: hue angle of 348.8º 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 #CE2847 is Cyan = 0, Magento = 0.81, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 40 71 -
CMYK 0 0.81 0.66 0.19
HSL 348.8º 0.67% 0.48% -
HSV(B) 348.8º 0.81% 0.81% -
XYZ 27.35 15.09 7.43 -
YUV 93.17 115.5 208.48 -
System Red Green Blue C M Y K H S L
Decimal 206 40 71 0 0.81 0.66 0.19 348.8 0.67 0.48
Hex CE 28 47 0 51 42 13 15D 43 30
Octal 316 50 107 0 121 102 23 535 103 60
Binary 11001110 101000 1000111 0 1010001 1000010 10011 101011101 1000011 110000

Color Harmonies of #CE2847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2847

Black with #CE2847

Text Example


Text Example

White with #CE2847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2847; }

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

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

background-color css

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

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

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

border-color css

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

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

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