Html Css Color HEX #CE3147 Brick Red

📋 copy color: '#CE3147'

red 206 ◦ green 49 ◦ blue 71

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

Shades of Brick Red #CE3147

Tints of Brick Red #CE3147

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.03%

 BLUE value IS 71 (28.13% from 255) = 21.78%

R = 63.19%
G = 15.03%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE3147 (or 0xCE3147) is known color: Brick Red. HEX triplet: CE, 31 and 47. RGB value is (206,49,71). Sum of RGB (Red+Green+Blue) = 206+49+71=326 (43% of max value = 765). Red value is 206 (80.86% from 255 or 63.19% from 326); Green value is 49 (19.53% from 255 or 15.03% from 326); Blue value is 71 (28.12% from 255 or 21.78% from 326); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3147 is #31CEB8. Grayscale: #626262. Windows color (decimal): -3264185 or 4665806. OLE color: 4665806.

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

Color convert

RGB 206 49 71 -
CMYK 0 0.76 0.66 0.19
HSL 351.59º 0.62% 0.5% -
HSV(B) 351.59º 0.76% 0.81% -
XYZ 27.69 15.77 7.55 -
YUV 98.45 112.51 204.71 -
System Red Green Blue C M Y K H S L
Decimal 206 49 71 0 0.76 0.66 0.19 351.59 0.62 0.5
Hex CE 31 47 0 4C 42 13 160 3E 32
Octal 316 61 107 0 114 102 23 540 76 62
Binary 11001110 110001 1000111 0 1001100 1000010 10011 101100000 111110 110010

Color Harmonies of #CE3147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE3147

Black with #CE3147

Text Example


Text Example

White with #CE3147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE3147; }

 p { color: rgb(206,49,71); }

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

background-color css

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

 a { background-color: rgb(206,49,71); }

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

border-color css

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

 span { border-color: rgb(206,49,71); }

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