Html Css Color HEX #CE294C Brick Red

📋 copy color: '#CE294C'

red 206 ◦ green 41 ◦ blue 76

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

Shades of Brick Red #CE294C

Tints of Brick Red #CE294C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.69%

 BLUE value IS 76 (30.08% from 255) = 23.53%

R = 63.78%
G = 12.69%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE294C (or 0xCE294C) is known color: Brick Red. HEX triplet: CE, 29 and 4C. RGB value is (206,41,76). Sum of RGB (Red+Green+Blue) = 206+41+76=323 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.78% from 323); Green value is 41 (16.41% from 255 or 12.69% from 323); Blue value is 76 (30.08% from 255 or 23.53% from 323); Max value from RGB is 206 - color contains mainly: red. Hex color #CE294C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE294C is #31D6B3. Grayscale: #5E5E5E. Windows color (decimal): -3266228 or 4991438. OLE color: 4991438.

HSL color Cylindrical-coordinate representation of color #CE294C: hue angle of 347.27º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CE294C is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 41 76 -
CMYK 0 0.80 0.63 0.19
HSL 347.27º 0.67% 0.48% -
HSV(B) 347.27º 0.8% 0.81% -
XYZ 27.55 15.23 8.32 -
YUV 94.33 117.66 207.65 -
System Red Green Blue C M Y K H S L
Decimal 206 41 76 0 0.80 0.63 0.19 347.27 0.67 0.48
Hex CE 29 4C 0 50 3F 13 15B 43 30
Octal 316 51 114 0 120 77 23 533 103 60
Binary 11001110 101001 1001100 0 1010000 111111 10011 101011011 1000011 110000

Color Harmonies of #CE294C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE294C

Black with #CE294C

Text Example


Text Example

White with #CE294C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE294C; }

 p { color: rgb(206,41,76); }

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

background-color css

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

 a { background-color: rgb(206,41,76); }

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

border-color css

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

 span { border-color: rgb(206,41,76); }

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