Html Css Color HEX #CE2E49 Brick Red

📋 copy color: '#CE2E49'

red 206 ◦ green 46 ◦ blue 73

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

Shades of Brick Red #CE2E49

Tints of Brick Red #CE2E49

RGB

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

 GREEN value IS 46 (18.36% from 255) = 14.15%

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

R = 63.38%
G = 14.15%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2E49 (or 0xCE2E49) is known color: Brick Red. HEX triplet: CE, 2E and 49. RGB value is (206,46,73). Sum of RGB (Red+Green+Blue) = 206+46+73=325 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.38% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2E49 is #31D1B6. Grayscale: #606060. Windows color (decimal): -3264951 or 4796110. OLE color: 4796110.

HSL color Cylindrical-coordinate representation of color #CE2E49: hue angle of 349.88º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CE2E49 is Cyan = 0, Magento = 0.78, Yellow = 0.65 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 46 73 -
CMYK 0 0.78 0.65 0.19
HSL 349.88º 0.63% 0.49% -
HSV(B) 349.88º 0.78% 0.81% -
XYZ 27.63 15.56 7.85 -
YUV 96.92 114.51 205.8 -
System Red Green Blue C M Y K H S L
Decimal 206 46 73 0 0.78 0.65 0.19 349.88 0.63 0.49
Hex CE 2E 49 0 4E 41 13 15E 3F 31
Octal 316 56 111 0 116 101 23 536 77 61
Binary 11001110 101110 1001001 0 1001110 1000001 10011 101011110 111111 110001

Color Harmonies of #CE2E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2E49

Black with #CE2E49

Text Example


Text Example

White with #CE2E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2E49; }

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

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

background-color css

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

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

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

border-color css

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

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

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