Html Css Color HEX #CE2849 Brick Red

📋 copy color: '#CE2849'

red 206 ◦ green 40 ◦ blue 73

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

Shades of Brick Red #CE2849

Tints of Brick Red #CE2849

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.88%

R = 64.58%
G = 12.54%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2849 (or 0xCE2849) is known color: Brick Red. HEX triplet: CE, 28 and 49. RGB value is (206,40,73). Sum of RGB (Red+Green+Blue) = 206+40+73=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 40 (16.02% from 255 or 12.54% from 319); Blue value is 73 (28.91% from 255 or 22.88% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2849 is #31D7B6. Grayscale: #5D5D5D. Windows color (decimal): -3266487 or 4794574. OLE color: 4794574.

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

Color convert

RGB 206 40 73 -
CMYK 0 0.81 0.65 0.19
HSL 348.07º 0.67% 0.48% -
HSV(B) 348.07º 0.81% 0.81% -
XYZ 27.41 15.12 7.78 -
YUV 93.4 116.5 208.32 -
System Red Green Blue C M Y K H S L
Decimal 206 40 73 0 0.81 0.65 0.19 348.07 0.67 0.48
Hex CE 28 49 0 51 41 13 15C 43 30
Octal 316 50 111 0 121 101 23 534 103 60
Binary 11001110 101000 1001001 0 1010001 1000001 10011 101011100 1000011 110000

Color Harmonies of #CE2849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2849

Black with #CE2849

Text Example


Text Example

White with #CE2849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2849; }

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

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

background-color css

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

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

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

border-color css

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

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

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