Html Css Color HEX #CE344C Brick Red

📋 copy color: '#CE344C'

red 206 ◦ green 52 ◦ blue 76

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

Shades of Brick Red #CE344C

Tints of Brick Red #CE344C

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.57%

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

R = 61.68%
G = 15.57%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.63

 K value IS 0.19

RGB Variations

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

Color information

#CE344C (or 0xCE344C) is known color: Brick Red. HEX triplet: CE, 34 and 4C. RGB value is (206,52,76). Sum of RGB (Red+Green+Blue) = 206+52+76=334 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.68% from 334); Green value is 52 (20.70% from 255 or 15.57% from 334); Blue value is 76 (30.08% from 255 or 22.75% from 334); Max value from RGB is 206 - color contains mainly: red. Hex color #CE344C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE344C is #31CBB3. Grayscale: #646464. Windows color (decimal): -3263412 or 4994254. OLE color: 4994254.

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

Color convert

RGB 206 52 76 -
CMYK 0 0.75 0.63 0.19
HSL 350.65º 0.61% 0.51% -
HSV(B) 350.65º 0.75% 0.81% -
XYZ 27.99 16.1 8.47 -
YUV 100.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 206 52 76 0 0.75 0.63 0.19 350.65 0.61 0.51
Hex CE 34 4C 0 4B 3F 13 15F 3D 33
Octal 316 64 114 0 113 77 23 537 75 63
Binary 11001110 110100 1001100 0 1001011 111111 10011 101011111 111101 110011

Color Harmonies of #CE344C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE344C

Black with #CE344C

Text Example


Text Example

White with #CE344C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE344C; }

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

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

background-color css

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

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

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

border-color css

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

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

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