Html Css Color HEX #CE2147 Brick Red

📋 copy color: '#CE2147'

red 206 ◦ green 33 ◦ blue 71

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

Shades of Brick Red #CE2147

Tints of Brick Red #CE2147

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.65%

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

R = 66.45%
G = 10.65%
B = 22.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2147 (or 0xCE2147) is known color: Brick Red. HEX triplet: CE, 21 and 47. RGB value is (206,33,71). Sum of RGB (Red+Green+Blue) = 206+33+71=310 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.45% from 310); Green value is 33 (13.28% from 255 or 10.65% from 310); Blue value is 71 (28.12% from 255 or 22.90% from 310); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2147 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2147 is #31DEB8. Grayscale: #595959. Windows color (decimal): -3268281 or 4661710. OLE color: 4661710.

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

Color convert

RGB 206 33 71 -
CMYK 0 0.84 0.66 0.19
HSL 346.82º 0.72% 0.47% -
HSV(B) 346.82º 0.84% 0.81% -
XYZ 27.13 14.66 7.36 -
YUV 89.06 117.81 211.41 -
System Red Green Blue C M Y K H S L
Decimal 206 33 71 0 0.84 0.66 0.19 346.82 0.72 0.47
Hex CE 21 47 0 54 42 13 15B 48 2F
Octal 316 41 107 0 124 102 23 533 110 57
Binary 11001110 100001 1000111 0 1010100 1000010 10011 101011011 1001000 101111

Color Harmonies of #CE2147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2147

Black with #CE2147

Text Example


Text Example

White with #CE2147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2147; }

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

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

background-color css

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

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

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

border-color css

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

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

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