Html Css Color HEX #CE2349 Brick Red

📋 copy color: '#CE2349'

red 206 ◦ green 35 ◦ blue 73

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

Shades of Brick Red #CE2349

Tints of Brick Red #CE2349

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 65.61%
G = 11.15%
B = 23.25%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE2349 (or 0xCE2349) is known color: Brick Red. HEX triplet: CE, 23 and 49. RGB value is (206,35,73). Sum of RGB (Red+Green+Blue) = 206+35+73=314 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.61% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 73 (28.91% from 255 or 23.25% from 314); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2349 is #31DCB6. Grayscale: #5A5A5A. Windows color (decimal): -3267767 or 4793294. OLE color: 4793294.

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

Color convert

RGB 206 35 73 -
CMYK 0 0.83 0.65 0.19
HSL 346.67º 0.71% 0.47% -
HSV(B) 346.67º 0.83% 0.81% -
XYZ 27.26 14.8 7.72 -
YUV 90.46 118.15 210.41 -
System Red Green Blue C M Y K H S L
Decimal 206 35 73 0 0.83 0.65 0.19 346.67 0.71 0.47
Hex CE 23 49 0 53 41 13 15B 47 2F
Octal 316 43 111 0 123 101 23 533 107 57
Binary 11001110 100011 1001001 0 1010011 1000001 10011 101011011 1000111 101111

Color Harmonies of #CE2349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2349

Black with #CE2349

Text Example


Text Example

White with #CE2349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2349; }

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

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

background-color css

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

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

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

border-color css

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

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

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