Html Css Color HEX #CE2D49 Brick Red

📋 copy color: '#CE2D49'

red 206 ◦ green 45 ◦ blue 73

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

Shades of Brick Red #CE2D49

Tints of Brick Red #CE2D49

RGB

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

 GREEN value IS 45 (17.97% from 255) = 13.89%

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

R = 63.58%
G = 13.89%
B = 22.53%

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

#CE2D49 (or 0xCE2D49) is known color: Brick Red. HEX triplet: CE, 2D and 49. RGB value is (206,45,73). Sum of RGB (Red+Green+Blue) = 206+45+73=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2D49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2D49 is #31D2B6. Grayscale: #606060. Windows color (decimal): -3265207 or 4795854. OLE color: 4795854.

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

Color convert

RGB 206 45 73 -
CMYK 0 0.78 0.65 0.19
HSL 349.57º 0.64% 0.49% -
HSV(B) 349.57º 0.78% 0.81% -
XYZ 27.59 15.48 7.84 -
YUV 96.33 114.84 206.22 -
System Red Green Blue C M Y K H S L
Decimal 206 45 73 0 0.78 0.65 0.19 349.57 0.64 0.49
Hex CE 2D 49 0 4E 41 13 15E 40 31
Octal 316 55 111 0 116 101 23 536 100 61
Binary 11001110 101101 1001001 0 1001110 1000001 10011 101011110 1000000 110001

Color Harmonies of #CE2D49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2D49

Black with #CE2D49

Text Example


Text Example

White with #CE2D49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2D49; }

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

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

background-color css

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

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

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

border-color css

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

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

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