Html Css Color HEX #CE3349 Brick Red

📋 copy color: '#CE3349'

red 206 ◦ green 51 ◦ blue 73

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

Shades of Brick Red #CE3349

Tints of Brick Red #CE3349

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 62.42%
G = 15.45%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.65

 K value IS 0.19

RGB Variations

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

Color information

#CE3349 (or 0xCE3349) is known color: Brick Red. HEX triplet: CE, 33 and 49. RGB value is (206,51,73). Sum of RGB (Red+Green+Blue) = 206+51+73=330 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.42% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 73 (28.91% from 255 or 22.12% from 330); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3349 is #31CCB6. Grayscale: #636363. Windows color (decimal): -3263671 or 4797390. OLE color: 4797390.

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

Color convert

RGB 206 51 73 -
CMYK 0 0.75 0.65 0.19
HSL 351.48º 0.61% 0.5% -
HSV(B) 351.48º 0.75% 0.81% -
XYZ 27.84 15.97 7.92 -
YUV 99.85 112.85 203.71 -
System Red Green Blue C M Y K H S L
Decimal 206 51 73 0 0.75 0.65 0.19 351.48 0.61 0.5
Hex CE 33 49 0 4B 41 13 15F 3D 32
Octal 316 63 111 0 113 101 23 537 75 62
Binary 11001110 110011 1001001 0 1001011 1000001 10011 101011111 111101 110010

Color Harmonies of #CE3349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3349

Black with #CE3349

Text Example


Text Example

White with #CE3349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3349; }

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

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

background-color css

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

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

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

border-color css

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

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

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