Html Css Color HEX #CE2346 Brick Red

📋 copy color: '#CE2346'

red 206 ◦ green 35 ◦ blue 70

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

Shades of Brick Red #CE2346

Tints of Brick Red #CE2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.25%

 BLUE value IS 70 (27.73% from 255) = 22.51%

R = 66.24%
G = 11.25%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.19

RGB Variations

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

Color information

#CE2346 (or 0xCE2346) is known color: Brick Red. HEX triplet: CE, 23 and 46. RGB value is (206,35,70). Sum of RGB (Red+Green+Blue) = 206+35+70=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 70 (27.73% from 255 or 22.51% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE2346 is #31DCB9. Grayscale: #5A5A5A. Windows color (decimal): -3267770 or 4596686. OLE color: 4596686.

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

Color convert

RGB 206 35 70 -
CMYK 0 0.83 0.66 0.19
HSL 347.72º 0.71% 0.47% -
HSV(B) 347.72º 0.83% 0.81% -
XYZ 27.16 14.77 7.21 -
YUV 90.12 116.65 210.65 -
System Red Green Blue C M Y K H S L
Decimal 206 35 70 0 0.83 0.66 0.19 347.72 0.71 0.47
Hex CE 23 46 0 53 42 13 15C 47 2F
Octal 316 43 106 0 123 102 23 534 107 57
Binary 11001110 100011 1000110 0 1010011 1000010 10011 101011100 1000111 101111

Color Harmonies of #CE2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE2346

Black with #CE2346

Text Example


Text Example

White with #CE2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE2346; }

 p { color: rgb(206,35,70); }

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

background-color css

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

 a { background-color: rgb(206,35,70); }

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

border-color css

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

 span { border-color: rgb(206,35,70); }

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